#C8BAB5

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

Shades of Wafer #C8BAB5

Tints of Wafer #C8BAB5

Color information

#C8BAB5 (or 0xC8BAB5) is unknown color: approx Wafer. HEX triplet: C8, BA and B5. RGB value is (200,186,181). Sum of RGB (Red+Green+Blue) = 200+186+181=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB5 is #37454A. Grayscale: #BDBDBD. Windows color (decimal): -3622219 or 11909832. OLE color: 11909832.

HSL color Cylindrical-coordinate representation of color #C8BAB5: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BAB5 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200186181-
CMYK00.070.090.22
HSL15.79º14.73%74.71%-
HSV(B)15.79º9.5%78.43%-
XYZ49.7250.7350.89-
YUV189.62123.14135.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=35.27%
G=32.80%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018618100.070.090.2215.7914.7374.71
HexC8BAB50791610f4b
Octal3102722650711262017113
Binary11001000101110101011010101111001101101000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAB5; }

 p { color: rgb(200,186,181); }

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

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

 a { background-color: rgb(200,186,181); }

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

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

 span { border-color: rgb(200,186,181); }

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