#CAC1BC

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

Shades of Pale Slate #CAC1BC

Tints of Pale Slate #CAC1BC

Color information

#CAC1BC (or 0xCAC1BC) is unknown color: approx Pale Slate. HEX triplet: CA, C1 and BC. RGB value is (202,193,188). Sum of RGB (Red+Green+Blue) = 202+193+188=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1BC is #353E43. Grayscale: #C3C3C3. Windows color (decimal): -3489348 or 12370378. OLE color: 12370378.

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

Color convert

RGB202193188-
CMYK00.040.070.21
HSL21.43º11.67%76.47%-
HSV(B)21.43º6.93%79.22%-
XYZ52.554.3355.3-
YUV195.12123.98132.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=34.65%
G=33.10%
B=32.25%

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
Decimal20219318800.040.070.2121.4311.6776.47
HexCAC1BC0471515c4c
Octal312301274047252514114
Binary1100101011000001101111000100111101011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1BC; }

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

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

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

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

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

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

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

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