Shades of Chrome White #CFCAB9
Tints of Chrome White #CFCAB9
RGB
CMYK
RGB Variations
Color information
#CFCAB9 (or 0xCFCAB9) is known color: Chrome White. HEX triplet: CF, CA and B9. RGB value is (207,202,185). Sum of RGB (Red+Green+Blue) = 207+202+185=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAB9 is #303546. Grayscale: #C9C9C9. Windows color (decimal): -3159367 or 12176079. OLE color: 12176079.
HSL color Cylindrical-coordinate representation of color #CFCAB9: hue angle of 46.36º 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 #CFCAB9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 185 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 46.36º | 0.19% | 0.77% | - |
| HSV(B) | 46.36º | 0.11% | 0.81% | - |
| XYZ | 55.61 | 59.01 | 54.36 | - |
| YUV | 201.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 185 | 0 | 0.02 | 0.11 | 0.19 | 46.36 | 0.19 | 0.77 |
| Hex | CF | CA | B9 | 0 | 2 | B | 13 | 2E | 13 | 4D |
| Octal | 317 | 312 | 271 | 0 | 2 | 13 | 23 | 56 | 23 | 115 |
| Binary | 11001111 | 11001010 | 10111001 | 0 | 10 | 1011 | 10011 | 101110 | 10011 | 1001101 |
Color Harmonies of #CFCAB9
Complementary color
Monochromatic Colors of #CFCAB9
Black with #CFCAB9
Text Example
Text Example
White with #CFCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAB9; }
p { color: rgb(207,202,185); }
H1.HeaderClassName
{
color: #CFCAB9;
}
.AnyTagClassName
{
color: #CFCAB9;
}
</style>
background-color css
<style>
a { background-color: #CFCAB9; }
a { background-color: rgb(207,202,185); }
div.DivClassName
{
background-color: #CFCAB9;
}
.BgClassName
{
background-color: #CFCAB9;
}
</style>
border-color css
<style>
span { border-color: #CFCAB9; }
span { border-color: rgb(207,202,185); }
td.TdClassName
{
border-color: #CFCAB9;
}
.TagClassName
{
border-color: #CFCAB9;
}
</style>