#CAC8C7

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

Shades of Pale Slate #CAC8C7

Tints of Pale Slate #CAC8C7

Color information

#CAC8C7 (or 0xCAC8C7) is unknown color: approx Pale Slate. HEX triplet: CA, C8 and C7. RGB value is (202,200,199). Sum of RGB (Red+Green+Blue) = 202+200+199=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8C7 is #353738. Grayscale: #C8C8C8. Windows color (decimal): -3487545 or 13093066. OLE color: 13093066.

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

Color convert

RGB202200199-
CMYK00.010.010.21
HSL20º2.75%78.63%-
HSV(B)20º1.49%79.22%-
XYZ55.3257.9962.31-
YUV200.48127.16129.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 33.11%
R=33.61%
G=33.28%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220019900.010.010.21202.7578.63
HexCAC8C7011151434f
Octal31231030701125243117
Binary1100101011001000110001110111010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8C7; }

 p { color: rgb(202,200,199); }

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

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

 a { background-color: rgb(202,200,199); }

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

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

 span { border-color: rgb(202,200,199); }

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