#CCB9AC

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

Shades of Wafer #CCB9AC

Tints of Wafer #CCB9AC

Color information

#CCB9AC (or 0xCCB9AC) is unknown color: approx Wafer. HEX triplet: CC, B9 and AC. RGB value is (204,185,172). Sum of RGB (Red+Green+Blue) = 204+185+172=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AC is #334653. Grayscale: #BDBDBD. Windows color (decimal): -3360340 or 11319756. OLE color: 11319756.

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

Color convert

RGB204185172-
CMYK00.090.160.2
HSL24.38º23.88%73.73%-
HSV(B)24.38º15.69%80%-
XYZ49.750.5146.16-
YUV189.2118.29138.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=36.36%
G=32.98%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418517200.090.160.224.3823.8873.73
HexCCB9AC09101418184a
Octal31427125401120243030112
Binary11001100101110011010110001001100001010011000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9AC; }

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

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

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

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

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

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

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

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