Shades of Maverick #CFB0C7
Tints of Maverick #CFB0C7
RGB
CMYK
RGB Variations
Color information
#CFB0C7 (or 0xCFB0C7) is known color: Maverick. HEX triplet: CF, B0 and C7. RGB value is (207,176,199). Sum of RGB (Red+Green+Blue) = 207+176+199=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0C7 is #304F38. Grayscale: #BBBBBB. Windows color (decimal): -3166009 or 13086927. OLE color: 13086927.
HSL color Cylindrical-coordinate representation of color #CFB0C7: hue angle of 315.48º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB0C7 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 199 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.19 |
| HSL | 315.48º | 0.24% | 0.75% | - |
| HSV(B) | 315.48º | 0.15% | 0.81% | - |
| XYZ | 51.57 | 48.44 | 60.66 | - |
| YUV | 187.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 199 | 0 | 0.15 | 0.04 | 0.19 | 315.48 | 0.24 | 0.75 |
| Hex | CF | B0 | C7 | 0 | F | 4 | 13 | 13B | 18 | 4B |
| Octal | 317 | 260 | 307 | 0 | 17 | 4 | 23 | 473 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11000111 | 0 | 1111 | 100 | 10011 | 100111011 | 11000 | 1001011 |
Color Harmonies of #CFB0C7
Complementary color
Monochromatic Colors of #CFB0C7
Black with #CFB0C7
Text Example
Text Example
White with #CFB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0C7; }
p { color: rgb(207,176,199); }
H1.HeaderClassName
{
color: #CFB0C7;
}
.AnyTagClassName
{
color: #CFB0C7;
}
</style>
background-color css
<style>
a { background-color: #CFB0C7; }
a { background-color: rgb(207,176,199); }
div.DivClassName
{
background-color: #CFB0C7;
}
.BgClassName
{
background-color: #CFB0C7;
}
</style>
border-color css
<style>
span { border-color: #CFB0C7; }
span { border-color: rgb(207,176,199); }
td.TdClassName
{
border-color: #CFB0C7;
}
.TagClassName
{
border-color: #CFB0C7;
}
</style>