#CAC1BB

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

Shades of Pale Slate #CAC1BB

Tints of Pale Slate #CAC1BB

Color information

#CAC1BB (or 0xCAC1BB) is unknown color: approx Pale Slate. HEX triplet: CA, C1 and BB. RGB value is (202,193,187). Sum of RGB (Red+Green+Blue) = 202+193+187=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1BB is #353E44. Grayscale: #C3C3C3. Windows color (decimal): -3489349 or 12304842. OLE color: 12304842.

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

Color convert

RGB202193187-
CMYK00.040.070.21
HSL24º12.4%76.27%-
HSV(B)24º7.43%79.22%-
XYZ52.454.2854.73-
YUV195.01123.48132.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=34.71%
G=33.16%
B=32.13%

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
Decimal20219318700.040.070.212412.476.27
HexCAC1BB0471518c4c
Octal312301273047253014114
Binary1100101011000001101110110100111101011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1BB; }

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

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

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

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

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

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

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

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