#CAC77C

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

Shades of Deco #CAC77C

Tints of Deco #CAC77C

Color information

#CAC77C (or 0xCAC77C) is unknown color: approx Deco. HEX triplet: CA, C7 and 7C. RGB value is (202,199,124). Sum of RGB (Red+Green+Blue) = 202+199+124=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC77C is #353883. Grayscale: #BFBFBF. Windows color (decimal): -3487876 or 8177610. OLE color: 8177610.

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

Color convert

RGB202199124-
CMYK00.010.390.21
HSL57.69º42.39%63.92%-
HSV(B)57.69º38.61%79.22%-
XYZ48.4254.8627.11-
YUV191.3589.99135.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 124 (48.83% from 255) = 23.62%
R=38.48%
G=37.90%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219912400.010.390.2157.6942.3963.92
HexCAC77C0127153a2a40
Octal3123071740147257252100
Binary1100101011000111111110001100111101011110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC77C; }

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

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

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

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

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

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

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

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