Shades of Wafer #CBB7AF
Tints of Wafer #CBB7AF
RGB
CMYK
RGB Variations
Color information
#CBB7AF (or 0xCBB7AF) is known color: Wafer. HEX triplet: CB, B7 and AF. RGB value is (203,183,175). Sum of RGB (Red+Green+Blue) = 203+183+175=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7AF is #344850. Grayscale: #BCBCBC. Windows color (decimal): -3426385 or 11515851. OLE color: 11515851.
HSL color Cylindrical-coordinate representation of color #CBB7AF: hue angle of 17.14º degrees, saturation: 0.21, 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 #CBB7AF is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 175 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.20 |
| HSL | 17.14º | 0.21% | 0.74% | - |
| HSV(B) | 17.14º | 0.14% | 0.8% | - |
| XYZ | 49.3 | 49.66 | 47.54 | - |
| YUV | 188.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 175 | 0 | 0.10 | 0.14 | 0.20 | 17.14 | 0.21 | 0.74 |
| Hex | CB | B7 | AF | 0 | A | E | 14 | 11 | 15 | 4A |
| Octal | 313 | 267 | 257 | 0 | 12 | 16 | 24 | 21 | 25 | 112 |
| Binary | 11001011 | 10110111 | 10101111 | 0 | 1010 | 1110 | 10100 | 10001 | 10101 | 1001010 |
Color Harmonies of #CBB7AF
Complementary color
Monochromatic Colors of #CBB7AF
Black with #CBB7AF
Text Example
Text Example
White with #CBB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7AF; }
p { color: rgb(203,183,175); }
H1.HeaderClassName
{
color: #CBB7AF;
}
.AnyTagClassName
{
color: #CBB7AF;
}
</style>
background-color css
<style>
a { background-color: #CBB7AF; }
a { background-color: rgb(203,183,175); }
div.DivClassName
{
background-color: #CBB7AF;
}
.BgClassName
{
background-color: #CBB7AF;
}
</style>
border-color css
<style>
span { border-color: #CBB7AF; }
span { border-color: rgb(203,183,175); }
td.TdClassName
{
border-color: #CBB7AF;
}
.TagClassName
{
border-color: #CBB7AF;
}
</style>