Shades of Wafer #CCB7B0
Tints of Wafer #CCB7B0
RGB
CMYK
RGB Variations
Color information
#CCB7B0 (or 0xCCB7B0) is known color: Wafer. HEX triplet: CC, B7 and B0. RGB value is (204,183,176). Sum of RGB (Red+Green+Blue) = 204+183+176=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7B0 is #33484F. Grayscale: #BCBCBC. Windows color (decimal): -3360848 or 11581388. OLE color: 11581388.
HSL color Cylindrical-coordinate representation of color #CCB7B0: hue angle of 15º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB7B0 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 176 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.2 |
| HSL | 15º | 0.22% | 0.75% | - |
| HSV(B) | 15º | 0.14% | 0.8% | - |
| XYZ | 49.67 | 49.84 | 48.08 | - |
| YUV | 188.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 176 | 0 | 0.10 | 0.14 | 0.2 | 15 | 0.22 | 0.75 |
| Hex | CC | B7 | B0 | 0 | A | E | 14 | F | 16 | 4B |
| Octal | 314 | 267 | 260 | 0 | 12 | 16 | 24 | 17 | 26 | 113 |
| Binary | 11001100 | 10110111 | 10110000 | 0 | 1010 | 1110 | 10100 | 1111 | 10110 | 1001011 |
Color Harmonies of #CCB7B0
Complementary color
Monochromatic Colors of #CCB7B0
Black with #CCB7B0
Text Example
Text Example
White with #CCB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7B0; }
p { color: rgb(204,183,176); }
H1.HeaderClassName
{
color: #CCB7B0;
}
.AnyTagClassName
{
color: #CCB7B0;
}
</style>
background-color css
<style>
a { background-color: #CCB7B0; }
a { background-color: rgb(204,183,176); }
div.DivClassName
{
background-color: #CCB7B0;
}
.BgClassName
{
background-color: #CCB7B0;
}
</style>
border-color css
<style>
span { border-color: #CCB7B0; }
span { border-color: rgb(204,183,176); }
td.TdClassName
{
border-color: #CCB7B0;
}
.TagClassName
{
border-color: #CCB7B0;
}
</style>