#CAC6BF

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

Shades of Stark White #CAC6BF

Tints of Stark White #CAC6BF

Color information

#CAC6BF (or 0xCAC6BF) is unknown color: approx Stark White. HEX triplet: CA, C6 and BF. RGB value is (202,198,191). Sum of RGB (Red+Green+Blue) = 202+198+191=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BF is #353940. Grayscale: #C6C6C6. Windows color (decimal): -3488065 or 12568266. OLE color: 12568266.

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

Color convert

RGB202198191-
CMYK00.020.050.21
HSL38.18º9.4%77.06%-
HSV(B)38.18º5.45%79.22%-
XYZ53.9656.7157.39-
YUV198.4123.83130.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 191 (75% from 255) = 32.32%
R=34.18%
G=33.50%
B=32.32%

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
Decimal20219819100.020.050.2138.189.477.06
HexCAC6BF025152694d
Octal312306277025254611115
Binary1100101011000110101111110101011010110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6BF; }

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

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

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

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

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

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

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

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