#CAC3BB

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

Shades of Stark White #CAC3BB

Tints of Stark White #CAC3BB

Color information

#CAC3BB (or 0xCAC3BB) is unknown color: approx Stark White. HEX triplet: CA, C3 and BB. RGB value is (202,195,187). Sum of RGB (Red+Green+Blue) = 202+195+187=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BB is #353C44. Grayscale: #C4C4C4. Windows color (decimal): -3488837 or 12305354. OLE color: 12305354.

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

Color convert

RGB202195187-
CMYK00.030.070.21
HSL32º12.4%76.27%-
HSV(B)32º7.43%79.22%-
XYZ52.8455.1754.88-
YUV196.18122.82132.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=34.59%
G=33.39%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219518700.030.070.213212.476.27
HexCAC3BB0371520c4c
Octal312303273037254014114
Binary1100101011000011101110110111111010110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3BB; }

 p { color: rgb(202,195,187); }

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

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

 a { background-color: rgb(202,195,187); }

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

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

 span { border-color: rgb(202,195,187); }

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