#C8B8AF

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

Shades of Wafer #C8B8AF

Tints of Wafer #C8B8AF

Color information

#C8B8AF (or 0xC8B8AF) is unknown color: approx Wafer. HEX triplet: C8, B8 and AF. RGB value is (200,184,175). Sum of RGB (Red+Green+Blue) = 200+184+175=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B8AF is #374750. Grayscale: #BBBBBB. Windows color (decimal): -3622737 or 11516104. OLE color: 11516104.

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

Color convert

RGB200184175-
CMYK00.080.120.22
HSL21.6º18.52%73.53%-
HSV(B)21.6º12.5%78.43%-
XYZ48.749.6647.58-
YUV187.76120.8136.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=35.78%
G=32.92%
B=31.31%

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
Decimal20018417500.080.120.2221.618.5273.53
HexC8B8AF08C1616134a
Octal31027025701014262623112
Binary1100100010111000101011110100011001011010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8AF; }

 p { color: rgb(200,184,175); }

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

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

 a { background-color: rgb(200,184,175); }

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

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

 span { border-color: rgb(200,184,175); }

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