Shades of Maverick #CFABC6
Tints of Maverick #CFABC6
RGB
CMYK
RGB Variations
Color information
#CFABC6 (or 0xCFABC6) is known color: Maverick. HEX triplet: CF, AB and C6. RGB value is (207,171,198). Sum of RGB (Red+Green+Blue) = 207+171+198=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABC6 is #305439. Grayscale: #B8B8B8. Windows color (decimal): -3167290 or 13020111. OLE color: 13020111.
HSL color Cylindrical-coordinate representation of color #CFABC6: hue angle of 315º 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 #CFABC6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 198 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.19 |
| HSL | 315º | 0.27% | 0.74% | - |
| HSV(B) | 315º | 0.17% | 0.81% | - |
| XYZ | 50.49 | 46.47 | 59.73 | - |
| YUV | 184.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 198 | 0 | 0.17 | 0.04 | 0.19 | 315 | 0.27 | 0.74 |
| Hex | CF | AB | C6 | 0 | 11 | 4 | 13 | 13B | 1B | 4A |
| Octal | 317 | 253 | 306 | 0 | 21 | 4 | 23 | 473 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11000110 | 0 | 10001 | 100 | 10011 | 100111011 | 11011 | 1001010 |
Color Harmonies of #CFABC6
Complementary color
Monochromatic Colors of #CFABC6
Black with #CFABC6
Text Example
Text Example
White with #CFABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABC6; }
p { color: rgb(207,171,198); }
H1.HeaderClassName
{
color: #CFABC6;
}
.AnyTagClassName
{
color: #CFABC6;
}
</style>
background-color css
<style>
a { background-color: #CFABC6; }
a { background-color: rgb(207,171,198); }
div.DivClassName
{
background-color: #CFABC6;
}
.BgClassName
{
background-color: #CFABC6;
}
</style>
border-color css
<style>
span { border-color: #CFABC6; }
span { border-color: rgb(207,171,198); }
td.TdClassName
{
border-color: #CFABC6;
}
.TagClassName
{
border-color: #CFABC6;
}
</style>