#CCB9AD

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

Shades of Wafer #CCB9AD

Tints of Wafer #CCB9AD

Color information

#CCB9AD (or 0xCCB9AD) is unknown color: approx Wafer. HEX triplet: CC, B9 and AD. RGB value is (204,185,173). Sum of RGB (Red+Green+Blue) = 204+185+173=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AD is #334652. Grayscale: #BDBDBD. Windows color (decimal): -3360339 or 11385292. OLE color: 11385292.

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

Color convert

RGB204185173-
CMYK00.090.150.2
HSL23.23º23.31%73.92%-
HSV(B)23.23º15.2%80%-
XYZ49.7950.5546.67-
YUV189.31118.79138.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=36.30%
G=32.92%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418517300.090.150.223.2323.3173.92
HexCCB9AD09F1417174a
Octal31427125501117242727112
Binary1100110010111001101011010100111111010010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9AD; }

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

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

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

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

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

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

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

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