Shades of Chrome White #CFCAB4
Tints of Chrome White #CFCAB4
RGB
CMYK
RGB Variations
Color information
#CFCAB4 (or 0xCFCAB4) is known color: Chrome White. HEX triplet: CF, CA and B4. RGB value is (207,202,180). Sum of RGB (Red+Green+Blue) = 207+202+180=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAB4 is #30354B. Grayscale: #C9C9C9. Windows color (decimal): -3159372 or 11848399. OLE color: 11848399.
HSL color Cylindrical-coordinate representation of color #CFCAB4: hue angle of 48.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 180 | - |
CMYK | 0 | 0.02 | 0.13 | 0.19 |
HSL | 48.89º | 0.22% | 0.76% | - |
HSV(B) | 48.89º | 0.13% | 0.81% | - |
XYZ | 55.09 | 58.8 | 51.63 | - |
YUV | 200.99 | 116.16 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 180 | 0 | 0.02 | 0.13 | 0.19 | 48.89 | 0.22 | 0.76 |
Hex | CF | CA | B4 | 0 | 2 | D | 13 | 31 | 16 | 4C |
Octal | 317 | 312 | 264 | 0 | 2 | 15 | 23 | 61 | 26 | 114 |
Binary | 11001111 | 11001010 | 10110100 | 0 | 10 | 1101 | 10011 | 110001 | 10110 | 1001100 |
Color Harmonies of #CFCAB4
Complementary color
Monochromatic Colors of #CFCAB4
Black with #CFCAB4
Text Example
Text Example
White with #CFCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAB4; }
p { color: rgb(207,202,180); }
H1.HeaderClassName
{
color: #CFCAB4;
}
.AnyTagClassName
{
color: #CFCAB4;
}
</style>
background-color css
<style>
a { background-color: #CFCAB4; }
a { background-color: rgb(207,202,180); }
div.DivClassName
{
background-color: #CFCAB4;
}
.BgClassName
{
background-color: #CFCAB4;
}
</style>
border-color css
<style>
span { border-color: #CFCAB4; }
span { border-color: rgb(207,202,180); }
td.TdClassName
{
border-color: #CFCAB4;
}
.TagClassName
{
border-color: #CFCAB4;
}
</style>