#CAC673

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

Shades of Deco #CAC673

Tints of Deco #CAC673

Color information

#CAC673 (or 0xCAC673) is unknown color: approx Deco. HEX triplet: CA, C6 and 73. RGB value is (202,198,115). Sum of RGB (Red+Green+Blue) = 202+198+115=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC673 is #35398C. Grayscale: #BEBEBE. Windows color (decimal): -3488141 or 7587530. OLE color: 7587530.

HSL color Cylindrical-coordinate representation of color #CAC673: hue angle of 57.24º 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 #CAC673 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202198115-
CMYK00.020.430.21
HSL57.24º45.08%62.16%-
HSV(B)57.24º43.07%79.22%-
XYZ47.6554.1824.17-
YUV189.7385.83136.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 115 (45.31% from 255) = 22.33%
R=39.22%
G=38.45%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219811500.020.430.2157.2445.0862.16
HexCAC673022B15392d3e
Octal312306163025325715576
Binary1100101011000110111001101010101110101111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC673; }

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

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

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

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

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

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

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

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