#CAC0BC

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

Shades of Pale Slate #CAC0BC

Tints of Pale Slate #CAC0BC

Color information

#CAC0BC (or 0xCAC0BC) is unknown color: approx Pale Slate. HEX triplet: CA, C0 and BC. RGB value is (202,192,188). Sum of RGB (Red+Green+Blue) = 202+192+188=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BC is #353F43. Grayscale: #C2C2C2. Windows color (decimal): -3489604 or 12370122. OLE color: 12370122.

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

Color convert

RGB202192188-
CMYK00.050.070.21
HSL17.14º11.67%76.47%-
HSV(B)17.14º6.93%79.22%-
XYZ52.2853.8955.22-
YUV194.53124.31133.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=34.71%
G=32.99%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219218800.050.070.2117.1411.6776.47
HexCAC0BC0571511c4c
Octal312300274057252114114
Binary1100101011000000101111000101111101011000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0BC; }

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

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

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

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

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

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

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

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