#cac784

Color #CAC784 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CAC784

Tints of Deco #CAC784

Color information

#CAC784 (or 0xCAC784) is unknown color: approx Deco. HEX triplet: CA, C7 and 84. RGB value is (202,199,132). Sum of RGB (Red+Green+Blue) = 202+199+132=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC784 is #35387B. Grayscale: #C0C0C0. Windows color (decimal): -3487868 or 8701898. OLE color: 8701898.

HSL color Cylindrical-coordinate representation of color #CAC784: hue angle of 57.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAC784 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202199132-
CMYK00.010.350.21
HSL57.43º39.77%65.49%-
HSV(B)57.43º34.65%79.22%-
XYZ48.9555.0729.88-
YUV192.2693.99134.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=37.90%
G=37.34%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219913200.010.350.2157.4339.7765.49
HexCAC784012315392841
Octal3123072040143257150101
Binary11001010110001111000010001100011101011110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cac784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cac784; }

 p { color: rgb(202,199,132); }

 H1.HeaderClassName
 {
   color: #cac784;
 }
 .AnyTagClassName
 {
   color: #cac784;
 }
</style>
background-color css

<style>
 a { background-color: #cac784; }

 a { background-color: rgb(202,199,132); }

 div.DivClassName
 {
   background-color: #cac784;
 }
 .BgClassName
 {
   background-color: #cac784;
 }
</style>
border-color css

<style>
 span { border-color: #cac784; }

 span { border-color: rgb(202,199,132); }

 td.TdClassName
 {
   border-color: #cac784;
 }
 .TagClassName
 {
   border-color: #cac784;
 }
</style>