#C8B7B0

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

Shades of Wafer #C8B7B0

Tints of Wafer #C8B7B0

Color information

#C8B7B0 (or 0xC8B7B0) is unknown color: approx Wafer. HEX triplet: C8, B7 and B0. RGB value is (200,183,176). Sum of RGB (Red+Green+Blue) = 200+183+176=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7B0 is #37484F. Grayscale: #BBBBBB. Windows color (decimal): -3622992 or 11581384. OLE color: 11581384.

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

Color convert

RGB200183176-
CMYK00.080.120.22
HSL17.5º17.91%73.73%-
HSV(B)17.5º12%78.43%-
XYZ48.5949.2848.03-
YUV187.28121.63137.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=35.78%
G=32.74%
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
Decimal20018317600.080.120.2217.517.9173.73
HexC8B7B008C1612124a
Octal31026726001014262222112
Binary1100100010110111101100000100011001011010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B7B0; }

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

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

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

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

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

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

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

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