#CAC1BD

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

Shades of Pale Slate #CAC1BD

Tints of Pale Slate #CAC1BD

Color information

#CAC1BD (or 0xCAC1BD) is unknown color: approx Pale Slate. HEX triplet: CA, C1 and BD. RGB value is (202,193,189). Sum of RGB (Red+Green+Blue) = 202+193+189=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1BD is #353E42. Grayscale: #C3C3C3. Windows color (decimal): -3489347 or 12435914. OLE color: 12435914.

HSL color Cylindrical-coordinate representation of color #CAC1BD: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC1BD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202193189-
CMYK00.040.060.21
HSL18.46º10.92%76.67%-
HSV(B)18.46º6.44%79.22%-
XYZ52.6154.3755.87-
YUV195.24124.48132.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=34.59%
G=33.05%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219318900.040.060.2118.4610.9276.67
HexCAC1BD0461512b4d
Octal312301275046252213115
Binary1100101011000001101111010100110101011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1BD; }

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

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

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

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

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

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

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

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