#CAC0B9

Color #CAC0B9 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CAC0B9

Tints of Pale Slate #CAC0B9

Color information

#CAC0B9 (or 0xCAC0B9) is unknown color: approx Pale Slate. HEX triplet: CA, C0 and B9. RGB value is (202,192,185). Sum of RGB (Red+Green+Blue) = 202+192+185=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0B9 is #353F46. Grayscale: #C2C2C2. Windows color (decimal): -3489607 or 12173514. OLE color: 12173514.

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

Color convert

RGB202192185-
CMYK00.050.080.21
HSL24.71º13.82%75.88%-
HSV(B)24.71º8.42%79.22%-
XYZ51.9653.7653.54-
YUV194.19122.81133.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=34.89%
G=33.16%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219218500.050.080.2124.7113.8275.88
HexCAC0B90581519e4c
Octal3123002710510253116114
Binary11001010110000001011100101011000101011100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0B9; }

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

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

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

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

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

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

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

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