#C5C0BC

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

Shades of Pale Slate #C5C0BC

Tints of Pale Slate #C5C0BC

Color information

#C5C0BC (or 0xC5C0BC) is unknown color: approx Pale Slate. HEX triplet: C5, C0 and BC. RGB value is (197,192,188). Sum of RGB (Red+Green+Blue) = 197+192+188=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0BC is #3A3F43. Grayscale: #C1C1C1. Windows color (decimal): -3817284 or 12370117. OLE color: 12370117.

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

Color convert

RGB197192188-
CMYK00.030.050.23
HSL26.67º7.2%75.49%-
HSV(B)26.67º4.57%77.25%-
XYZ50.9553.255.16-
YUV193.04125.16130.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=34.14%
G=33.28%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719218800.030.050.2326.677.275.49
HexC5C0BC035171b74b
Octal30530027403527337113
Binary11000101110000001011110001110110111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0BC; }

 p { color: rgb(197,192,188); }

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

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

 a { background-color: rgb(197,192,188); }

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

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

 span { border-color: rgb(197,192,188); }

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