#CAC87D

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

Shades of Deco #CAC87D

Tints of Deco #CAC87D

Color information

#CAC87D (or 0xCAC87D) is unknown color: approx Deco. HEX triplet: CA, C8 and 7D. RGB value is (202,200,125). Sum of RGB (Red+Green+Blue) = 202+200+125=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87D is #353782. Grayscale: #C0C0C0. Windows color (decimal): -3487619 or 8243402. OLE color: 8243402.

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

Color convert

RGB202200125-
CMYK00.010.380.21
HSL58.44º42.08%64.12%-
HSV(B)58.44º38.12%79.22%-
XYZ48.7155.3527.52-
YUV192.0590.16135.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=38.33%
G=37.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220012500.010.380.2158.4442.0864.12
HexCAC87D0126153a2a40
Octal3123101750146257252100
Binary1100101011001000111110101100110101011110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC87D; }

 p { color: rgb(202,200,125); }

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

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

 a { background-color: rgb(202,200,125); }

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

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

 span { border-color: rgb(202,200,125); }

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