Shades of Maverick #CFACBD
Tints of Maverick #CFACBD
RGB
CMYK
RGB Variations
Color information
#CFACBD (or 0xCFACBD) is known color: Maverick. HEX triplet: CF, AC and BD. RGB value is (207,172,189). Sum of RGB (Red+Green+Blue) = 207+172+189=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACBD is #305342. Grayscale: #B8B8B8. Windows color (decimal): -3167043 or 12430543. OLE color: 12430543.
HSL color Cylindrical-coordinate representation of color #CFACBD: hue angle of 330.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACBD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 189 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.19 |
| HSL | 330.86º | 0.27% | 0.74% | - |
| HSV(B) | 330.86º | 0.17% | 0.81% | - |
| XYZ | 49.67 | 46.44 | 54.49 | - |
| YUV | 184.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 189 | 0 | 0.17 | 0.09 | 0.19 | 330.86 | 0.27 | 0.74 |
| Hex | CF | AC | BD | 0 | 11 | 9 | 13 | 14B | 1B | 4A |
| Octal | 317 | 254 | 275 | 0 | 21 | 11 | 23 | 513 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10111101 | 0 | 10001 | 1001 | 10011 | 101001011 | 11011 | 1001010 |
Color Harmonies of #CFACBD
Complementary color
Monochromatic Colors of #CFACBD
Black with #CFACBD
Text Example
Text Example
White with #CFACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACBD; }
p { color: rgb(207,172,189); }
H1.HeaderClassName
{
color: #CFACBD;
}
.AnyTagClassName
{
color: #CFACBD;
}
</style>
background-color css
<style>
a { background-color: #CFACBD; }
a { background-color: rgb(207,172,189); }
div.DivClassName
{
background-color: #CFACBD;
}
.BgClassName
{
background-color: #CFACBD;
}
</style>
border-color css
<style>
span { border-color: #CFACBD; }
span { border-color: rgb(207,172,189); }
td.TdClassName
{
border-color: #CFACBD;
}
.TagClassName
{
border-color: #CFACBD;
}
</style>