#CAC5BF

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

Shades of Stark White #CAC5BF

Tints of Stark White #CAC5BF

Color information

#CAC5BF (or 0xCAC5BF) is unknown color: approx Stark White. HEX triplet: CA, C5 and BF. RGB value is (202,197,191). Sum of RGB (Red+Green+Blue) = 202+197+191=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BF is #353A40. Grayscale: #C5C5C5. Windows color (decimal): -3488321 or 12568010. OLE color: 12568010.

HSL color Cylindrical-coordinate representation of color #CAC5BF: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC5BF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202197191-
CMYK00.020.050.21
HSL32.73º9.4%77.06%-
HSV(B)32.73º5.45%79.22%-
XYZ53.7356.2557.32-
YUV197.81124.16130.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 32.37%
R=34.24%
G=33.39%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219719100.020.050.2132.739.477.06
HexCAC5BF025152194d
Octal312305277025254111115
Binary1100101011000101101111110101011010110000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5BF; }

 p { color: rgb(202,197,191); }

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

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

 a { background-color: rgb(202,197,191); }

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

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

 span { border-color: rgb(202,197,191); }

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