Shades of Maverick #CFB0C2
Tints of Maverick #CFB0C2
RGB
CMYK
RGB Variations
Color information
#CFB0C2 (or 0xCFB0C2) is known color: Maverick. HEX triplet: CF, B0 and C2. RGB value is (207,176,194). Sum of RGB (Red+Green+Blue) = 207+176+194=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0C2 is #304F3D. Grayscale: #BBBBBB. Windows color (decimal): -3166014 or 12759247. OLE color: 12759247.
HSL color Cylindrical-coordinate representation of color #CFB0C2: hue angle of 325.16º 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 #CFB0C2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 194 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.19 |
| HSL | 325.16º | 0.24% | 0.75% | - |
| HSV(B) | 325.16º | 0.15% | 0.81% | - |
| XYZ | 51 | 48.21 | 57.66 | - |
| YUV | 187.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 194 | 0 | 0.15 | 0.06 | 0.19 | 325.16 | 0.24 | 0.75 |
| Hex | CF | B0 | C2 | 0 | F | 6 | 13 | 145 | 18 | 4B |
| Octal | 317 | 260 | 302 | 0 | 17 | 6 | 23 | 505 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11000010 | 0 | 1111 | 110 | 10011 | 101000101 | 11000 | 1001011 |
Color Harmonies of #CFB0C2
Complementary color
Monochromatic Colors of #CFB0C2
Black with #CFB0C2
Text Example
Text Example
White with #CFB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0C2; }
p { color: rgb(207,176,194); }
H1.HeaderClassName
{
color: #CFB0C2;
}
.AnyTagClassName
{
color: #CFB0C2;
}
</style>
background-color css
<style>
a { background-color: #CFB0C2; }
a { background-color: rgb(207,176,194); }
div.DivClassName
{
background-color: #CFB0C2;
}
.BgClassName
{
background-color: #CFB0C2;
}
</style>
border-color css
<style>
span { border-color: #CFB0C2; }
span { border-color: rgb(207,176,194); }
td.TdClassName
{
border-color: #CFB0C2;
}
.TagClassName
{
border-color: #CFB0C2;
}
</style>