#C8C0BD

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

Shades of Pale Slate #C8C0BD

Tints of Pale Slate #C8C0BD

Color information

#C8C0BD (or 0xC8C0BD) is unknown color: approx Pale Slate. HEX triplet: C8, C0 and BD. RGB value is (200,192,189). Sum of RGB (Red+Green+Blue) = 200+192+189=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0BD is #373F42. Grayscale: #C2C2C2. Windows color (decimal): -3620675 or 12435656. OLE color: 12435656.

HSL color Cylindrical-coordinate representation of color #C8C0BD: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8C0BD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200192189-
CMYK00.040.060.22
HSL16.36º9.09%76.27%-
HSV(B)16.36º5.5%78.43%-
XYZ51.8553.6555.77-
YUV194.05125.15132.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=34.42%
G=33.05%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019218900.040.060.2216.369.0976.27
HexC8C0BD046161094c
Octal310300275046262011114
Binary1100100011000000101111010100110101101000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C0BD; }

 p { color: rgb(200,192,189); }

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

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

 a { background-color: rgb(200,192,189); }

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

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

 span { border-color: rgb(200,192,189); }

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