Shades of Wafer #CCB7AD
Tints of Wafer #CCB7AD
RGB
CMYK
RGB Variations
Color information
#CCB7AD (or 0xCCB7AD) is known color: Wafer. HEX triplet: CC, B7 and AD. RGB value is (204,183,173). Sum of RGB (Red+Green+Blue) = 204+183+173=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AD is #334852. Grayscale: #BCBCBC. Windows color (decimal): -3360851 or 11384780. OLE color: 11384780.
HSL color Cylindrical-coordinate representation of color #CCB7AD: hue angle of 19.35º 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 #CCB7AD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 173 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.2 |
| HSL | 19.35º | 0.23% | 0.74% | - |
| HSV(B) | 19.35º | 0.15% | 0.8% | - |
| XYZ | 49.38 | 49.72 | 46.53 | - |
| YUV | 188.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 173 | 0 | 0.10 | 0.15 | 0.2 | 19.35 | 0.23 | 0.74 |
| Hex | CC | B7 | AD | 0 | A | F | 14 | 13 | 17 | 4A |
| Octal | 314 | 267 | 255 | 0 | 12 | 17 | 24 | 23 | 27 | 112 |
| Binary | 11001100 | 10110111 | 10101101 | 0 | 1010 | 1111 | 10100 | 10011 | 10111 | 1001010 |
Color Harmonies of #CCB7AD
Complementary color
Monochromatic Colors of #CCB7AD
Black with #CCB7AD
Text Example
Text Example
White with #CCB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7AD; }
p { color: rgb(204,183,173); }
H1.HeaderClassName
{
color: #CCB7AD;
}
.AnyTagClassName
{
color: #CCB7AD;
}
</style>
background-color css
<style>
a { background-color: #CCB7AD; }
a { background-color: rgb(204,183,173); }
div.DivClassName
{
background-color: #CCB7AD;
}
.BgClassName
{
background-color: #CCB7AD;
}
</style>
border-color css
<style>
span { border-color: #CCB7AD; }
span { border-color: rgb(204,183,173); }
td.TdClassName
{
border-color: #CCB7AD;
}
.TagClassName
{
border-color: #CCB7AD;
}
</style>