Shades of Maverick #CFBBCA
Tints of Maverick #CFBBCA
RGB
CMYK
RGB Variations
Color information
#CFBBCA (or 0xCFBBCA) is known color: Maverick. HEX triplet: CF, BB and CA. RGB value is (207,187,202). Sum of RGB (Red+Green+Blue) = 207+187+202=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBCA is #304435. Grayscale: #C2C2C2. Windows color (decimal): -3163190 or 13286351. OLE color: 13286351.
HSL color Cylindrical-coordinate representation of color #CFBBCA: hue angle of 315º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBCA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 202 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.19 |
| HSL | 315º | 0.17% | 0.77% | - |
| HSV(B) | 315º | 0.1% | 0.81% | - |
| XYZ | 54.16 | 53.07 | 63.27 | - |
| YUV | 194.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 202 | 0 | 0.10 | 0.02 | 0.19 | 315 | 0.17 | 0.77 |
| Hex | CF | BB | CA | 0 | A | 2 | 13 | 13B | 11 | 4D |
| Octal | 317 | 273 | 312 | 0 | 12 | 2 | 23 | 473 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11001010 | 0 | 1010 | 10 | 10011 | 100111011 | 10001 | 1001101 |
Color Harmonies of #CFBBCA
Complementary color
Monochromatic Colors of #CFBBCA
Black with #CFBBCA
Text Example
Text Example
White with #CFBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBCA; }
p { color: rgb(207,187,202); }
H1.HeaderClassName
{
color: #CFBBCA;
}
.AnyTagClassName
{
color: #CFBBCA;
}
</style>
background-color css
<style>
a { background-color: #CFBBCA; }
a { background-color: rgb(207,187,202); }
div.DivClassName
{
background-color: #CFBBCA;
}
.BgClassName
{
background-color: #CFBBCA;
}
</style>
border-color css
<style>
span { border-color: #CFBBCA; }
span { border-color: rgb(207,187,202); }
td.TdClassName
{
border-color: #CFBBCA;
}
.TagClassName
{
border-color: #CFBBCA;
}
</style>