#C8C1BD

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

Shades of Pale Slate #C8C1BD

Tints of Pale Slate #C8C1BD

Color information

#C8C1BD (or 0xC8C1BD) is unknown color: approx Pale Slate. HEX triplet: C8, C1 and BD. RGB value is (200,193,189). Sum of RGB (Red+Green+Blue) = 200+193+189=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1BD is #373E42. Grayscale: #C2C2C2. Windows color (decimal): -3620419 or 12435912. OLE color: 12435912.

HSL color Cylindrical-coordinate representation of color #C8C1BD: hue angle of 21.82º 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 #C8C1BD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200193189-
CMYK00.040.060.22
HSL21.82º9.09%76.27%-
HSV(B)21.82º5.5%78.43%-
XYZ52.0754.0955.84-
YUV194.64124.82131.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=34.36%
G=33.16%
B=32.47%

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
Decimal20019318900.040.060.2221.829.0976.27
HexC8C1BD046161694c
Octal310301275046262611114
Binary1100100011000001101111010100110101101011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C1BD; }

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

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

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

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

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

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

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

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