Shades of Maverick #CFBCC9
Tints of Maverick #CFBCC9
RGB
CMYK
RGB Variations
Color information
#CFBCC9 (or 0xCFBCC9) is known color: Maverick. HEX triplet: CF, BC and C9. RGB value is (207,188,201). Sum of RGB (Red+Green+Blue) = 207+188+201=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC9 is #304336. Grayscale: #C3C3C3. Windows color (decimal): -3162935 or 13221071. OLE color: 13221071.
HSL color Cylindrical-coordinate representation of color #CFBCC9: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBCC9 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 201 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.19 |
| HSL | 318.95º | 0.17% | 0.77% | - |
| HSV(B) | 318.95º | 0.09% | 0.81% | - |
| XYZ | 54.26 | 53.45 | 62.72 | - |
| YUV | 195.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 201 | 0 | 0.09 | 0.03 | 0.19 | 318.95 | 0.17 | 0.77 |
| Hex | CF | BC | C9 | 0 | 9 | 3 | 13 | 13F | 11 | 4D |
| Octal | 317 | 274 | 311 | 0 | 11 | 3 | 23 | 477 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11001001 | 0 | 1001 | 11 | 10011 | 100111111 | 10001 | 1001101 |
Color Harmonies of #CFBCC9
Complementary color
Monochromatic Colors of #CFBCC9
Black with #CFBCC9
Text Example
Text Example
White with #CFBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC9; }
p { color: rgb(207,188,201); }
H1.HeaderClassName
{
color: #CFBCC9;
}
.AnyTagClassName
{
color: #CFBCC9;
}
</style>
background-color css
<style>
a { background-color: #CFBCC9; }
a { background-color: rgb(207,188,201); }
div.DivClassName
{
background-color: #CFBCC9;
}
.BgClassName
{
background-color: #CFBCC9;
}
</style>
border-color css
<style>
span { border-color: #CFBCC9; }
span { border-color: rgb(207,188,201); }
td.TdClassName
{
border-color: #CFBCC9;
}
.TagClassName
{
border-color: #CFBCC9;
}
</style>