#CAC4BB

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

Shades of Stark White #CAC4BB

Tints of Stark White #CAC4BB

Color information

#CAC4BB (or 0xCAC4BB) is unknown color: approx Stark White. HEX triplet: CA, C4 and BB. RGB value is (202,196,187). Sum of RGB (Red+Green+Blue) = 202+196+187=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4BB is #353B44. Grayscale: #C4C4C4. Windows color (decimal): -3488581 or 12305610. OLE color: 12305610.

HSL color Cylindrical-coordinate representation of color #CAC4BB: hue angle of 36º 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 #CAC4BB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202196187-
CMYK00.030.070.21
HSL36º12.4%76.27%-
HSV(B)36º7.43%79.22%-
XYZ53.0755.6254.95-
YUV196.77122.49131.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=34.53%
G=33.50%
B=31.97%

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
Decimal20219618700.030.070.213612.476.27
HexCAC4BB0371524c4c
Octal312304273037254414114
Binary1100101011000100101110110111111010110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4BB; }

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

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

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

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

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

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

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

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