Shades of Maverick #CFB9C6
Tints of Maverick #CFB9C6
RGB
CMYK
RGB Variations
Color information
#CFB9C6 (or 0xCFB9C6) is known color: Maverick. HEX triplet: CF, B9 and C6. RGB value is (207,185,198). Sum of RGB (Red+Green+Blue) = 207+185+198=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C6 is #304639. Grayscale: #C1C1C1. Windows color (decimal): -3163706 or 13023695. OLE color: 13023695.
HSL color Cylindrical-coordinate representation of color #CFB9C6: hue angle of 324.55º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9C6 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 198 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.19 |
| HSL | 324.55º | 0.19% | 0.77% | - |
| HSV(B) | 324.55º | 0.11% | 0.81% | - |
| XYZ | 53.27 | 52.04 | 60.66 | - |
| YUV | 193.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 198 | 0 | 0.11 | 0.04 | 0.19 | 324.55 | 0.19 | 0.77 |
| Hex | CF | B9 | C6 | 0 | B | 4 | 13 | 145 | 13 | 4D |
| Octal | 317 | 271 | 306 | 0 | 13 | 4 | 23 | 505 | 23 | 115 |
| Binary | 11001111 | 10111001 | 11000110 | 0 | 1011 | 100 | 10011 | 101000101 | 10011 | 1001101 |
Color Harmonies of #CFB9C6
Complementary color
Monochromatic Colors of #CFB9C6
Black with #CFB9C6
Text Example
Text Example
White with #CFB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9C6; }
p { color: rgb(207,185,198); }
H1.HeaderClassName
{
color: #CFB9C6;
}
.AnyTagClassName
{
color: #CFB9C6;
}
</style>
background-color css
<style>
a { background-color: #CFB9C6; }
a { background-color: rgb(207,185,198); }
div.DivClassName
{
background-color: #CFB9C6;
}
.BgClassName
{
background-color: #CFB9C6;
}
</style>
border-color css
<style>
span { border-color: #CFB9C6; }
span { border-color: rgb(207,185,198); }
td.TdClassName
{
border-color: #CFB9C6;
}
.TagClassName
{
border-color: #CFB9C6;
}
</style>