#CAC78B

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

Shades of Deco #CAC78B

Tints of Deco #CAC78B

Color information

#CAC78B (or 0xCAC78B) is unknown color: approx Deco. HEX triplet: CA, C7 and 8B. RGB value is (202,199,139). Sum of RGB (Red+Green+Blue) = 202+199+139=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC78B is #353874. Grayscale: #C1C1C1. Windows color (decimal): -3487861 or 9160650. OLE color: 9160650.

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

Color convert

RGB202199139-
CMYK00.010.310.21
HSL57.14º37.28%66.86%-
HSV(B)57.14º31.19%79.22%-
XYZ49.4455.2732.49-
YUV193.0697.49134.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 199 (78.12% from 255) = 36.85%
BLUE value IS 139 (54.69% from 255) = 25.74%
R=37.41%
G=36.85%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219913900.010.310.2157.1437.2866.86
HexCAC78B011F15392543
Octal3123072130137257145103
Binary1100101011000111100010110111111101011110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC78B; }

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

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

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

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

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

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

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

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