#C5C4C3

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

Shades of Pale Slate #C5C4C3

Tints of Pale Slate #C5C4C3

Color information

#C5C4C3 (or 0xC5C4C3) is unknown color: approx Pale Slate. HEX triplet: C5, C4 and C3. RGB value is (197,196,195). Sum of RGB (Red+Green+Blue) = 197+196+195=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4C3 is #3A3B3C. Grayscale: #C4C4C4. Windows color (decimal): -3816253 or 12829893. OLE color: 12829893.

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

Color convert

RGB197196195-
CMYK00.010.010.23
HSL30º1.69%76.86%-
HSV(B)30º1.02%77.25%-
XYZ52.6255.2959.53-
YUV196.18127.33128.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=33.50%
G=33.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719619500.010.010.23301.6976.86
HexC5C4C3011171e24d
Octal30530430301127362115
Binary1100010111000100110000110111011111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C4C3; }

 p { color: rgb(197,196,195); }

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

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

 a { background-color: rgb(197,196,195); }

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

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

 span { border-color: rgb(197,196,195); }

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