#CAC87F

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

Shades of Deco #CAC87F

Tints of Deco #CAC87F

Color information

#CAC87F (or 0xCAC87F) is unknown color: approx Deco. HEX triplet: CA, C8 and 7F. RGB value is (202,200,127). Sum of RGB (Red+Green+Blue) = 202+200+127=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC87F is #353780. Grayscale: #C0C0C0. Windows color (decimal): -3487617 or 8374474. OLE color: 8374474.

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

Color convert

RGB202200127-
CMYK00.010.370.21
HSL58.4º41.44%64.51%-
HSV(B)58.4º37.13%79.22%-
XYZ48.8455.428.2-
YUV192.2891.16134.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 127 (50% from 255) = 24.01%
R=38.19%
G=37.81%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220012700.010.370.2158.441.4464.51
HexCAC87F0125153a2941
Octal3123101770145257251101
Binary1100101011001000111111101100101101011110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC87F; }

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

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

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

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

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

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

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

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