#CAC2B9

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

Shades of Stark White #CAC2B9

Tints of Stark White #CAC2B9

Color information

#CAC2B9 (or 0xCAC2B9) is unknown color: approx Stark White. HEX triplet: CA, C2 and B9. RGB value is (202,194,185). Sum of RGB (Red+Green+Blue) = 202+194+185=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2B9 is #353D46. Grayscale: #C3C3C3. Windows color (decimal): -3489095 or 12174026. OLE color: 12174026.

HSL color Cylindrical-coordinate representation of color #CAC2B9: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202194185-
CMYK00.040.080.21
HSL31.76º13.82%75.88%-
HSV(B)31.76º8.42%79.22%-
XYZ52.4154.6453.68-
YUV195.37122.15132.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=34.77%
G=33.39%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219418500.040.080.2131.7613.8275.88
HexCAC2B90481520e4c
Octal3123022710410254016114
Binary110010101100001010111001010010001010110000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2B9; }

 p { color: rgb(202,194,185); }

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

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

 a { background-color: rgb(202,194,185); }

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

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

 span { border-color: rgb(202,194,185); }

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