#CAC3BD

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

Shades of Pale Slate #CAC3BD

Tints of Pale Slate #CAC3BD

Color information

#CAC3BD (or 0xCAC3BD) is unknown color: approx Pale Slate. HEX triplet: CA, C3 and BD. RGB value is (202,195,189). Sum of RGB (Red+Green+Blue) = 202+195+189=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BD is #353C42. Grayscale: #C4C4C4. Windows color (decimal): -3488835 or 12436426. OLE color: 12436426.

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

Color convert

RGB202195189-
CMYK00.030.060.21
HSL27.69º10.92%76.67%-
HSV(B)27.69º6.44%79.22%-
XYZ53.0655.2656.01-
YUV196.41123.82131.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=34.47%
G=33.28%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219518900.030.060.2127.6910.9276.67
HexCAC3BD036151cb4d
Octal312303275036253413115
Binary110010101100001110111101011110101011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3BD; }

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

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

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

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

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

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

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

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