#CAC773

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

Shades of Deco #CAC773

Tints of Deco #CAC773

Color information

#CAC773 (or 0xCAC773) is unknown color: approx Deco. HEX triplet: CA, C7 and 73. RGB value is (202,199,115). Sum of RGB (Red+Green+Blue) = 202+199+115=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC773 is #35388C. Grayscale: #BEBEBE. Windows color (decimal): -3487885 or 7587786. OLE color: 7587786.

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

Color convert

RGB202199115-
CMYK00.010.430.21
HSL57.93º45.08%62.16%-
HSV(B)57.93º43.07%79.22%-
XYZ47.8854.6424.24-
YUV190.3285.49136.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 115 (45.31% from 255) = 22.29%
R=39.15%
G=38.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219911500.010.430.2157.9345.0862.16
HexCAC773012B153a2d3e
Octal312307163015325725576
Binary110010101100011111100110110101110101111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC773; }

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

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

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

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

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

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

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

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