Shades of Maverick #CFB9C5
Tints of Maverick #CFB9C5
RGB
CMYK
RGB Variations
Color information
#CFB9C5 (or 0xCFB9C5) is known color: Maverick. HEX triplet: CF, B9 and C5. RGB value is (207,185,197). Sum of RGB (Red+Green+Blue) = 207+185+197=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C5 is #30463A. Grayscale: #C0C0C0. Windows color (decimal): -3163707 or 12958159. OLE color: 12958159.
HSL color Cylindrical-coordinate representation of color #CFB9C5: hue angle of 327.27º 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 #CFB9C5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 197 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.19 |
| HSL | 327.27º | 0.19% | 0.77% | - |
| HSV(B) | 327.27º | 0.11% | 0.81% | - |
| XYZ | 53.16 | 51.99 | 60.06 | - |
| YUV | 192.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 197 | 0 | 0.11 | 0.05 | 0.19 | 327.27 | 0.19 | 0.77 |
| Hex | CF | B9 | C5 | 0 | B | 5 | 13 | 147 | 13 | 4D |
| Octal | 317 | 271 | 305 | 0 | 13 | 5 | 23 | 507 | 23 | 115 |
| Binary | 11001111 | 10111001 | 11000101 | 0 | 1011 | 101 | 10011 | 101000111 | 10011 | 1001101 |
Color Harmonies of #CFB9C5
Complementary color
Monochromatic Colors of #CFB9C5
Black with #CFB9C5
Text Example
Text Example
White with #CFB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9C5; }
p { color: rgb(207,185,197); }
H1.HeaderClassName
{
color: #CFB9C5;
}
.AnyTagClassName
{
color: #CFB9C5;
}
</style>
background-color css
<style>
a { background-color: #CFB9C5; }
a { background-color: rgb(207,185,197); }
div.DivClassName
{
background-color: #CFB9C5;
}
.BgClassName
{
background-color: #CFB9C5;
}
</style>
border-color css
<style>
span { border-color: #CFB9C5; }
span { border-color: rgb(207,185,197); }
td.TdClassName
{
border-color: #CFB9C5;
}
.TagClassName
{
border-color: #CFB9C5;
}
</style>