Shades of Maverick #CFBACB
Tints of Maverick #CFBACB
RGB
CMYK
RGB Variations
Color information
#CFBACB (or 0xCFBACB) is known color: Maverick. HEX triplet: CF, BA and CB. RGB value is (207,186,203). Sum of RGB (Red+Green+Blue) = 207+186+203=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBACB is #304534. Grayscale: #C2C2C2. Windows color (decimal): -3163445 or 13351631. OLE color: 13351631.
HSL color Cylindrical-coordinate representation of color #CFBACB: hue angle of 311.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBACB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 203 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.19 |
| HSL | 311.43º | 0.18% | 0.77% | - |
| HSV(B) | 311.43º | 0.1% | 0.81% | - |
| XYZ | 54.07 | 52.7 | 63.82 | - |
| YUV | 194.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 203 | 0 | 0.10 | 0.02 | 0.19 | 311.43 | 0.18 | 0.77 |
| Hex | CF | BA | CB | 0 | A | 2 | 13 | 137 | 12 | 4D |
| Octal | 317 | 272 | 313 | 0 | 12 | 2 | 23 | 467 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11001011 | 0 | 1010 | 10 | 10011 | 100110111 | 10010 | 1001101 |
Color Harmonies of #CFBACB
Complementary color
Monochromatic Colors of #CFBACB
Black with #CFBACB
Text Example
Text Example
White with #CFBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBACB; }
p { color: rgb(207,186,203); }
H1.HeaderClassName
{
color: #CFBACB;
}
.AnyTagClassName
{
color: #CFBACB;
}
</style>
background-color css
<style>
a { background-color: #CFBACB; }
a { background-color: rgb(207,186,203); }
div.DivClassName
{
background-color: #CFBACB;
}
.BgClassName
{
background-color: #CFBACB;
}
</style>
border-color css
<style>
span { border-color: #CFBACB; }
span { border-color: rgb(207,186,203); }
td.TdClassName
{
border-color: #CFBACB;
}
.TagClassName
{
border-color: #CFBACB;
}
</style>