#CCB9AF

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

Shades of Wafer #CCB9AF

Tints of Wafer #CCB9AF

Color information

#CCB9AF (or 0xCCB9AF) is unknown color: approx Wafer. HEX triplet: CC, B9 and AF. RGB value is (204,185,175). Sum of RGB (Red+Green+Blue) = 204+185+175=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AF is #334650. Grayscale: #BDBDBD. Windows color (decimal): -3360337 or 11516364. OLE color: 11516364.

HSL color Cylindrical-coordinate representation of color #CCB9AF: hue angle of 20.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB9AF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204185175-
CMYK00.090.140.2
HSL20.69º22.14%74.31%-
HSV(B)20.69º14.22%80%-
XYZ49.9950.6347.7-
YUV189.54119.79138.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=36.17%
G=32.80%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418517500.090.140.220.6922.1474.31
HexCCB9AF09E1415164a
Octal31427125701116242526112
Binary1100110010111001101011110100111101010010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9AF; }

 p { color: rgb(204,185,175); }

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

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

 a { background-color: rgb(204,185,175); }

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

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

 span { border-color: rgb(204,185,175); }

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