#CAC2BC

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

Shades of Pale Slate #CAC2BC

Tints of Pale Slate #CAC2BC

Color information

#CAC2BC (or 0xCAC2BC) is unknown color: approx Pale Slate. HEX triplet: CA, C2 and BC. RGB value is (202,194,188). Sum of RGB (Red+Green+Blue) = 202+194+188=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BC is #353D43. Grayscale: #C3C3C3. Windows color (decimal): -3489092 or 12370634. OLE color: 12370634.

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

Color convert

RGB202194188-
CMYK00.040.070.21
HSL25.71º11.67%76.47%-
HSV(B)25.71º6.93%79.22%-
XYZ52.7354.7755.37-
YUV195.71123.65132.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=34.59%
G=33.22%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219418800.040.070.2125.7111.6776.47
HexCAC2BC047151ac4c
Octal312302274047253214114
Binary1100101011000010101111000100111101011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2BC; }

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

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

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

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

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

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

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

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