#CAC7C5

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

Shades of Pale Slate #CAC7C5

Tints of Pale Slate #CAC7C5

Color information

#CAC7C5 (or 0xCAC7C5) is unknown color: approx Pale Slate. HEX triplet: CA, C7 and C5. RGB value is (202,199,197). Sum of RGB (Red+Green+Blue) = 202+199+197=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7C5 is #35383A. Grayscale: #C7C7C7. Windows color (decimal): -3487803 or 12961738. OLE color: 12961738.

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

Color convert

RGB202199197-
CMYK00.010.020.21
HSL24º4.5%78.24%-
HSV(B)24º2.48%79.22%-
XYZ54.8657.4361.02-
YUV199.67126.49129.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=33.78%
G=33.28%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219919700.010.020.21244.578.24
HexCAC7C5012151854e
Octal31230730501225305116
Binary110010101100011111000101011010101110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7C5; }

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

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

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

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

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

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

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

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