#C8C3BF

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

Shades of Pale Slate #C8C3BF

Tints of Pale Slate #C8C3BF

Color information

#C8C3BF (or 0xC8C3BF) is unknown color: approx Pale Slate. HEX triplet: C8, C3 and BF. RGB value is (200,195,191). Sum of RGB (Red+Green+Blue) = 200+195+191=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3BF is #373C40. Grayscale: #C4C4C4. Windows color (decimal): -3619905 or 12567496. OLE color: 12567496.

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

Color convert

RGB200195191-
CMYK00.020.040.22
HSL26.67º7.56%76.67%-
HSV(B)26.67º4.5%78.43%-
XYZ52.7455.0757.14-
YUV196.04125.16130.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 32.59%
R=34.13%
G=33.28%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019519100.020.040.2226.677.5676.67
HexC8C3BF024161b84d
Octal310303277024263310115
Binary110010001100001110111111010100101101101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3BF; }

 p { color: rgb(200,195,191); }

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

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

 a { background-color: rgb(200,195,191); }

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

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

 span { border-color: rgb(200,195,191); }

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