Shades of Maverick #CFB3C9
Tints of Maverick #CFB3C9
RGB
CMYK
RGB Variations
Color information
#CFB3C9 (or 0xCFB3C9) is known color: Maverick. HEX triplet: CF, B3 and C9. RGB value is (207,179,201). Sum of RGB (Red+Green+Blue) = 207+179+201=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3C9 is #304C36. Grayscale: #BDBDBD. Windows color (decimal): -3165239 or 13218767. OLE color: 13218767.
HSL color Cylindrical-coordinate representation of color #CFB3C9: hue angle of 312.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3C9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 201 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.19 |
| HSL | 312.86º | 0.23% | 0.76% | - |
| HSV(B) | 312.86º | 0.14% | 0.81% | - |
| XYZ | 52.39 | 49.72 | 62.09 | - |
| YUV | 189.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 201 | 0 | 0.14 | 0.03 | 0.19 | 312.86 | 0.23 | 0.76 |
| Hex | CF | B3 | C9 | 0 | E | 3 | 13 | 139 | 17 | 4C |
| Octal | 317 | 263 | 311 | 0 | 16 | 3 | 23 | 471 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11001001 | 0 | 1110 | 11 | 10011 | 100111001 | 10111 | 1001100 |
Color Harmonies of #CFB3C9
Complementary color
Monochromatic Colors of #CFB3C9
Black with #CFB3C9
Text Example
Text Example
White with #CFB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3C9; }
p { color: rgb(207,179,201); }
H1.HeaderClassName
{
color: #CFB3C9;
}
.AnyTagClassName
{
color: #CFB3C9;
}
</style>
background-color css
<style>
a { background-color: #CFB3C9; }
a { background-color: rgb(207,179,201); }
div.DivClassName
{
background-color: #CFB3C9;
}
.BgClassName
{
background-color: #CFB3C9;
}
</style>
border-color css
<style>
span { border-color: #CFB3C9; }
span { border-color: rgb(207,179,201); }
td.TdClassName
{
border-color: #CFB3C9;
}
.TagClassName
{
border-color: #CFB3C9;
}
</style>