Shades of Maverick #CFA9BC
Tints of Maverick #CFA9BC
RGB
CMYK
RGB Variations
Color information
#CFA9BC (or 0xCFA9BC) is known color: Maverick. HEX triplet: CF, A9 and BC. RGB value is (207,169,188). Sum of RGB (Red+Green+Blue) = 207+169+188=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9BC is #305643. Grayscale: #B6B6B6. Windows color (decimal): -3167812 or 12364239. OLE color: 12364239.
HSL color Cylindrical-coordinate representation of color #CFA9BC: hue angle of 330º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9BC is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 188 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.19 |
| HSL | 330º | 0.28% | 0.74% | - |
| HSV(B) | 330º | 0.18% | 0.81% | - |
| XYZ | 49 | 45.27 | 53.73 | - |
| YUV | 182.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 188 | 0 | 0.18 | 0.09 | 0.19 | 330 | 0.28 | 0.74 |
| Hex | CF | A9 | BC | 0 | 12 | 9 | 13 | 14A | 1C | 4A |
| Octal | 317 | 251 | 274 | 0 | 22 | 11 | 23 | 512 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10111100 | 0 | 10010 | 1001 | 10011 | 101001010 | 11100 | 1001010 |
Color Harmonies of #CFA9BC
Complementary color
Monochromatic Colors of #CFA9BC
Black with #CFA9BC
Text Example
Text Example
White with #CFA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9BC; }
p { color: rgb(207,169,188); }
H1.HeaderClassName
{
color: #CFA9BC;
}
.AnyTagClassName
{
color: #CFA9BC;
}
</style>
background-color css
<style>
a { background-color: #CFA9BC; }
a { background-color: rgb(207,169,188); }
div.DivClassName
{
background-color: #CFA9BC;
}
.BgClassName
{
background-color: #CFA9BC;
}
</style>
border-color css
<style>
span { border-color: #CFA9BC; }
span { border-color: rgb(207,169,188); }
td.TdClassName
{
border-color: #CFA9BC;
}
.TagClassName
{
border-color: #CFA9BC;
}
</style>