Shades of Wafer #CCB9AF
Tints of Wafer #CCB9AF
RGB
CMYK
RGB Variations
Color information
#CCB9AF (or 0xCCB9AF) is known color: 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
| RGB | 204 | 185 | 175 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.2 |
| HSL | 20.69º | 0.22% | 0.74% | - |
| HSV(B) | 20.69º | 0.14% | 0.8% | - |
| XYZ | 49.99 | 50.63 | 47.7 | - |
| YUV | 189.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 175 | 0 | 0.09 | 0.14 | 0.2 | 20.69 | 0.22 | 0.74 |
| Hex | CC | B9 | AF | 0 | 9 | E | 14 | 15 | 16 | 4A |
| Octal | 314 | 271 | 257 | 0 | 11 | 16 | 24 | 25 | 26 | 112 |
| Binary | 11001100 | 10111001 | 10101111 | 0 | 1001 | 1110 | 10100 | 10101 | 10110 | 1001010 |
Color Harmonies of #CCB9AF
Complementary color
Monochromatic Colors of #CCB9AF
Black with #CCB9AF
Text Example
Text Example
White with #CCB9AF
Text Example
Text Example
HTML Codes & Css Web 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>