#C8B9B0

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

Shades of Pale Slate #C8B9B0

Tints of Pale Slate #C8B9B0

Color information

#C8B9B0 (or 0xC8B9B0) is unknown color: approx Pale Slate. HEX triplet: C8, B9 and B0. RGB value is (200,185,176). Sum of RGB (Red+Green+Blue) = 200+185+176=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B9B0 is #37464F. Grayscale: #BCBCBC. Windows color (decimal): -3622480 or 11581896. OLE color: 11581896.

HSL color Cylindrical-coordinate representation of color #C8B9B0: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B9B0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200185176-
CMYK00.080.120.22
HSL22.5º17.91%73.73%-
HSV(B)22.5º12%78.43%-
XYZ4950.1148.16-
YUV188.46120.97136.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=35.65%
G=32.98%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018517600.080.120.2222.517.9173.73
HexC8B9B008C1617124a
Octal31027126001014262722112
Binary1100100010111001101100000100011001011010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9B0; }

 p { color: rgb(200,185,176); }

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

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

 a { background-color: rgb(200,185,176); }

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

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

 span { border-color: rgb(200,185,176); }

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