Shades of Maverick #CFC0CB
Tints of Maverick #CFC0CB
RGB
CMYK
RGB Variations
Color information
#CFC0CB (or 0xCFC0CB) is known color: Maverick. HEX triplet: CF, C0 and CB. RGB value is (207,192,203). Sum of RGB (Red+Green+Blue) = 207+192+203=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CB is #303F34. Grayscale: #C5C5C5. Windows color (decimal): -3161909 or 13353167. OLE color: 13353167.
HSL color Cylindrical-coordinate representation of color #CFC0CB: hue angle of 316º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC0CB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 203 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.19 |
| HSL | 316º | 0.14% | 0.78% | - |
| HSV(B) | 316º | 0.07% | 0.81% | - |
| XYZ | 55.36 | 55.28 | 64.25 | - |
| YUV | 197.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 203 | 0 | 0.07 | 0.02 | 0.19 | 316 | 0.14 | 0.78 |
| Hex | CF | C0 | CB | 0 | 7 | 2 | 13 | 13C | E | 4E |
| Octal | 317 | 300 | 313 | 0 | 7 | 2 | 23 | 474 | 16 | 116 |
| Binary | 11001111 | 11000000 | 11001011 | 0 | 111 | 10 | 10011 | 100111100 | 1110 | 1001110 |
Color Harmonies of #CFC0CB
Complementary color
Monochromatic Colors of #CFC0CB
Black with #CFC0CB
Text Example
Text Example
White with #CFC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0CB; }
p { color: rgb(207,192,203); }
H1.HeaderClassName
{
color: #CFC0CB;
}
.AnyTagClassName
{
color: #CFC0CB;
}
</style>
background-color css
<style>
a { background-color: #CFC0CB; }
a { background-color: rgb(207,192,203); }
div.DivClassName
{
background-color: #CFC0CB;
}
.BgClassName
{
background-color: #CFC0CB;
}
</style>
border-color css
<style>
span { border-color: #CFC0CB; }
span { border-color: rgb(207,192,203); }
td.TdClassName
{
border-color: #CFC0CB;
}
.TagClassName
{
border-color: #CFC0CB;
}
</style>