#CAC671

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

Shades of Deco #CAC671

Tints of Deco #CAC671

Color information

#CAC671 (or 0xCAC671) is unknown color: approx Deco. HEX triplet: CA, C6 and 71. RGB value is (202,198,113). Sum of RGB (Red+Green+Blue) = 202+198+113=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC671 is #35398E. Grayscale: #BDBDBD. Windows color (decimal): -3488143 or 7456458. OLE color: 7456458.

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

Color convert

RGB202198113-
CMYK00.020.440.21
HSL57.3º45.64%61.76%-
HSV(B)57.3º44.06%79.22%-
XYZ47.5354.1423.57-
YUV189.5184.83136.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 113 (44.53% from 255) = 22.03%
R=39.38%
G=38.60%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219811300.020.440.2157.345.6461.76
HexCAC671022C15392e3e
Octal312306161025425715676
Binary1100101011000110111000101010110010101111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC671; }

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

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

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

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

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

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

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

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