Shades of Maverick #CFBDCA
Tints of Maverick #CFBDCA
RGB
CMYK
RGB Variations
Color information
#CFBDCA (or 0xCFBDCA) is known color: Maverick. HEX triplet: CF, BD and CA. RGB value is (207,189,202). Sum of RGB (Red+Green+Blue) = 207+189+202=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCA is #304235. Grayscale: #C3C3C3. Windows color (decimal): -3162678 or 13286863. OLE color: 13286863.
HSL color Cylindrical-coordinate representation of color #CFBDCA: hue angle of 316.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDCA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 202 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.19 |
| HSL | 316.67º | 0.16% | 0.78% | - |
| HSV(B) | 316.67º | 0.09% | 0.81% | - |
| XYZ | 54.59 | 53.92 | 63.41 | - |
| YUV | 195.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 202 | 0 | 0.09 | 0.02 | 0.19 | 316.67 | 0.16 | 0.78 |
| Hex | CF | BD | CA | 0 | 9 | 2 | 13 | 13D | 10 | 4E |
| Octal | 317 | 275 | 312 | 0 | 11 | 2 | 23 | 475 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11001010 | 0 | 1001 | 10 | 10011 | 100111101 | 10000 | 1001110 |
Color Harmonies of #CFBDCA
Complementary color
Monochromatic Colors of #CFBDCA
Black with #CFBDCA
Text Example
Text Example
White with #CFBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDCA; }
p { color: rgb(207,189,202); }
H1.HeaderClassName
{
color: #CFBDCA;
}
.AnyTagClassName
{
color: #CFBDCA;
}
</style>
background-color css
<style>
a { background-color: #CFBDCA; }
a { background-color: rgb(207,189,202); }
div.DivClassName
{
background-color: #CFBDCA;
}
.BgClassName
{
background-color: #CFBDCA;
}
</style>
border-color css
<style>
span { border-color: #CFBDCA; }
span { border-color: rgb(207,189,202); }
td.TdClassName
{
border-color: #CFBDCA;
}
.TagClassName
{
border-color: #CFBDCA;
}
</style>