#CAC4BF

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

Shades of Pale Slate #CAC4BF

Tints of Pale Slate #CAC4BF

Color information

#CAC4BF (or 0xCAC4BF) is unknown color: approx Pale Slate. HEX triplet: CA, C4 and BF. RGB value is (202,196,191). Sum of RGB (Red+Green+Blue) = 202+196+191=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4BF is #353B40. Grayscale: #C5C5C5. Windows color (decimal): -3488577 or 12567754. OLE color: 12567754.

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

Color convert

RGB202196191-
CMYK00.030.050.21
HSL27.27º9.4%77.06%-
HSV(B)27.27º5.45%79.22%-
XYZ53.555.857.24-
YUV197.22124.49131.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 32.43%
R=34.30%
G=33.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219619100.030.050.2127.279.477.06
HexCAC4BF035151b94d
Octal312304277035253311115
Binary110010101100010010111111011101101011101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4BF; }

 p { color: rgb(202,196,191); }

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

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

 a { background-color: rgb(202,196,191); }

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

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

 span { border-color: rgb(202,196,191); }

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