#C5C0BB

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

Shades of Pale Slate #C5C0BB

Tints of Pale Slate #C5C0BB

Color information

#C5C0BB (or 0xC5C0BB) is unknown color: approx Pale Slate. HEX triplet: C5, C0 and BB. RGB value is (197,192,187). Sum of RGB (Red+Green+Blue) = 197+192+187=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0BB is #3A3F44. Grayscale: #C0C0C0. Windows color (decimal): -3817285 or 12304581. OLE color: 12304581.

HSL color Cylindrical-coordinate representation of color #C5C0BB: hue angle of 30º degrees, saturation: 0.08, 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 #C5C0BB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197192187-
CMYK00.030.050.23
HSL30º7.94%75.29%-
HSV(B)30º5.08%77.25%-
XYZ50.8553.1654.59-
YUV192.92124.66130.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=34.20%
G=33.33%
B=32.47%

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
Decimal19719218700.030.050.23307.9475.29
HexC5C0BB035171e84b
Octal305300273035273610113
Binary110001011100000010111011011101101111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0BB; }

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

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

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

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

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

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

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

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