#CAC98B

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

Shades of Deco #CAC98B

Tints of Deco #CAC98B

Color information

#CAC98B (or 0xCAC98B) is unknown color: approx Deco. HEX triplet: CA, C9 and 8B. RGB value is (202,201,139). Sum of RGB (Red+Green+Blue) = 202+201+139=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC98B is #353674. Grayscale: #C2C2C2. Windows color (decimal): -3487349 or 9161162. OLE color: 9161162.

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

Color convert

RGB202201139-
CMYK00.000.310.21
HSL59.05º37.28%66.86%-
HSV(B)59.05º31.19%79.22%-
XYZ49.956.1932.64-
YUV194.2396.83133.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 201 (78.91% from 255) = 37.08%
BLUE value IS 139 (54.69% from 255) = 25.65%
R=37.27%
G=37.08%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220113900.000.310.2159.0537.2866.86
HexCAC98B001F153b2543
Octal3123112130037257345103
Binary1100101011001001100010110011111101011110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC98B; }

 p { color: rgb(202,201,139); }

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

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

 a { background-color: rgb(202,201,139); }

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

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

 span { border-color: rgb(202,201,139); }

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