Shades of Chrome White #CFCCB9
Tints of Chrome White #CFCCB9
RGB
CMYK
RGB Variations
Color information
#CFCCB9 (or 0xCFCCB9) is known color: Chrome White. HEX triplet: CF, CC and B9. RGB value is (207,204,185). Sum of RGB (Red+Green+Blue) = 207+204+185=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCB9 is #303346. Grayscale: #CACACA. Windows color (decimal): -3158855 or 12176591. OLE color: 12176591.
HSL color Cylindrical-coordinate representation of color #CFCCB9: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCCB9 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 185 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.19 |
| HSL | 51.82º | 0.19% | 0.77% | - |
| HSV(B) | 51.82º | 0.11% | 0.81% | - |
| XYZ | 56.08 | 59.95 | 54.52 | - |
| YUV | 202.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 185 | 0 | 0.01 | 0.11 | 0.19 | 51.82 | 0.19 | 0.77 |
| Hex | CF | CC | B9 | 0 | 1 | B | 13 | 34 | 13 | 4D |
| Octal | 317 | 314 | 271 | 0 | 1 | 13 | 23 | 64 | 23 | 115 |
| Binary | 11001111 | 11001100 | 10111001 | 0 | 1 | 1011 | 10011 | 110100 | 10011 | 1001101 |
Color Harmonies of #CFCCB9
Complementary color
Monochromatic Colors of #CFCCB9
Black with #CFCCB9
Text Example
Text Example
White with #CFCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCB9; }
p { color: rgb(207,204,185); }
H1.HeaderClassName
{
color: #CFCCB9;
}
.AnyTagClassName
{
color: #CFCCB9;
}
</style>
background-color css
<style>
a { background-color: #CFCCB9; }
a { background-color: rgb(207,204,185); }
div.DivClassName
{
background-color: #CFCCB9;
}
.BgClassName
{
background-color: #CFCCB9;
}
</style>
border-color css
<style>
span { border-color: #CFCCB9; }
span { border-color: rgb(207,204,185); }
td.TdClassName
{
border-color: #CFCCB9;
}
.TagClassName
{
border-color: #CFCCB9;
}
</style>