Shades of Maverick #CFBDCB
Tints of Maverick #CFBDCB
RGB
CMYK
RGB Variations
Color information
#CFBDCB (or 0xCFBDCB) is known color: Maverick. HEX triplet: CF, BD and CB. RGB value is (207,189,203). Sum of RGB (Red+Green+Blue) = 207+189+203=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCB is #304234. Grayscale: #C3C3C3. Windows color (decimal): -3162677 or 13352399. OLE color: 13352399.
HSL color Cylindrical-coordinate representation of color #CFBDCB: hue angle of 313.33º 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 #CFBDCB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 203 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.19 |
| HSL | 313.33º | 0.16% | 0.78% | - |
| HSV(B) | 313.33º | 0.09% | 0.81% | - |
| XYZ | 54.71 | 53.97 | 64.03 | - |
| YUV | 195.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 203 | 0 | 0.09 | 0.02 | 0.19 | 313.33 | 0.16 | 0.78 |
| Hex | CF | BD | CB | 0 | 9 | 2 | 13 | 139 | 10 | 4E |
| Octal | 317 | 275 | 313 | 0 | 11 | 2 | 23 | 471 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11001011 | 0 | 1001 | 10 | 10011 | 100111001 | 10000 | 1001110 |
Color Harmonies of #CFBDCB
Complementary color
Monochromatic Colors of #CFBDCB
Black with #CFBDCB
Text Example
Text Example
White with #CFBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDCB; }
p { color: rgb(207,189,203); }
H1.HeaderClassName
{
color: #CFBDCB;
}
.AnyTagClassName
{
color: #CFBDCB;
}
</style>
background-color css
<style>
a { background-color: #CFBDCB; }
a { background-color: rgb(207,189,203); }
div.DivClassName
{
background-color: #CFBDCB;
}
.BgClassName
{
background-color: #CFBDCB;
}
</style>
border-color css
<style>
span { border-color: #CFBDCB; }
span { border-color: rgb(207,189,203); }
td.TdClassName
{
border-color: #CFBDCB;
}
.TagClassName
{
border-color: #CFBDCB;
}
</style>