#C7B8B0

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

Shades of Pale Slate #C7B8B0

Tints of Pale Slate #C7B8B0

Color information

#C7B8B0 (or 0xC7B8B0) is unknown color: approx Pale Slate. HEX triplet: C7, B8 and B0. RGB value is (199,184,176). Sum of RGB (Red+Green+Blue) = 199+184+176=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B8B0 is #38474F. Grayscale: #BBBBBB. Windows color (decimal): -3688272 or 11581639. OLE color: 11581639.

HSL color Cylindrical-coordinate representation of color #C7B8B0: hue angle of 20.87º degrees, saturation: 0.17, 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 #C7B8B0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199184176-
CMYK00.080.120.22
HSL20.87º17.04%73.53%-
HSV(B)20.87º11.56%78.04%-
XYZ48.5349.5648.08-
YUV187.57121.47136.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=35.60%
G=32.92%
B=31.48%

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
Decimal19918417600.080.120.2220.8717.0473.53
HexC7B8B008C1615114a
Octal30727026001014262521112
Binary1100011110111000101100000100011001011010101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B8B0; }

 p { color: rgb(199,184,176); }

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

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

 a { background-color: rgb(199,184,176); }

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

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

 span { border-color: rgb(199,184,176); }

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