#C7C5C4

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

Shades of Pale Slate #C7C5C4

Tints of Pale Slate #C7C5C4

Color information

#C7C5C4 (or 0xC7C5C4) is unknown color: approx Pale Slate. HEX triplet: C7, C5 and C4. RGB value is (199,197,196). Sum of RGB (Red+Green+Blue) = 199+197+196=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5C4 is #383A3B. Grayscale: #C5C5C5. Windows color (decimal): -3684924 or 12895687. OLE color: 12895687.

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

Color convert

RGB199197196-
CMYK00.010.020.22
HSL20º2.61%77.45%-
HSV(B)20º1.51%78.04%-
XYZ53.4856.0660.23-
YUV197.48127.16129.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.61%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 196 (76.95% 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.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919719600.010.020.22202.6177.45
HexC7C5C4012161434d
Octal30730530401226243115
Binary11000111110001011100010001101011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5C4; }

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

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

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

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

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

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

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

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