Shades of Maverick #CFBCC8
Tints of Maverick #CFBCC8
RGB
CMYK
RGB Variations
Color information
#CFBCC8 (or 0xCFBCC8) is known color: Maverick. HEX triplet: CF, BC and C8. RGB value is (207,188,200). Sum of RGB (Red+Green+Blue) = 207+188+200=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC8 is #304337. Grayscale: #C3C3C3. Windows color (decimal): -3162936 or 13155535. OLE color: 13155535.
HSL color Cylindrical-coordinate representation of color #CFBCC8: hue angle of 322.11º 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 #CFBCC8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 200 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.19 |
| HSL | 322.11º | 0.17% | 0.77% | - |
| HSV(B) | 322.11º | 0.09% | 0.81% | - |
| XYZ | 54.14 | 53.4 | 62.1 | - |
| YUV | 195.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 200 | 0 | 0.09 | 0.03 | 0.19 | 322.11 | 0.17 | 0.77 |
| Hex | CF | BC | C8 | 0 | 9 | 3 | 13 | 142 | 11 | 4D |
| Octal | 317 | 274 | 310 | 0 | 11 | 3 | 23 | 502 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11001000 | 0 | 1001 | 11 | 10011 | 101000010 | 10001 | 1001101 |
Color Harmonies of #CFBCC8
Complementary color
Monochromatic Colors of #CFBCC8
Black with #CFBCC8
Text Example
Text Example
White with #CFBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC8; }
p { color: rgb(207,188,200); }
H1.HeaderClassName
{
color: #CFBCC8;
}
.AnyTagClassName
{
color: #CFBCC8;
}
</style>
background-color css
<style>
a { background-color: #CFBCC8; }
a { background-color: rgb(207,188,200); }
div.DivClassName
{
background-color: #CFBCC8;
}
.BgClassName
{
background-color: #CFBCC8;
}
</style>
border-color css
<style>
span { border-color: #CFBCC8; }
span { border-color: rgb(207,188,200); }
td.TdClassName
{
border-color: #CFBCC8;
}
.TagClassName
{
border-color: #CFBCC8;
}
</style>