Shades of Maverick #CFA9C6
Tints of Maverick #CFA9C6
RGB
CMYK
RGB Variations
Color information
#CFA9C6 (or 0xCFA9C6) is known color: Maverick. HEX triplet: CF, A9 and C6. RGB value is (207,169,198). Sum of RGB (Red+Green+Blue) = 207+169+198=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9C6 is #305639. Grayscale: #B7B7B7. Windows color (decimal): -3167802 or 13019599. OLE color: 13019599.
HSL color Cylindrical-coordinate representation of color #CFA9C6: hue angle of 314.21º 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 #CFA9C6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 198 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 314.21º | 0.28% | 0.74% | - |
| HSV(B) | 314.21º | 0.18% | 0.81% | - |
| XYZ | 50.11 | 45.72 | 59.61 | - |
| YUV | 183.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 198 | 0 | 0.18 | 0.04 | 0.19 | 314.21 | 0.28 | 0.74 |
| Hex | CF | A9 | C6 | 0 | 12 | 4 | 13 | 13A | 1C | 4A |
| Octal | 317 | 251 | 306 | 0 | 22 | 4 | 23 | 472 | 34 | 112 |
| Binary | 11001111 | 10101001 | 11000110 | 0 | 10010 | 100 | 10011 | 100111010 | 11100 | 1001010 |
Color Harmonies of #CFA9C6
Complementary color
Monochromatic Colors of #CFA9C6
Black with #CFA9C6
Text Example
Text Example
White with #CFA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9C6; }
p { color: rgb(207,169,198); }
H1.HeaderClassName
{
color: #CFA9C6;
}
.AnyTagClassName
{
color: #CFA9C6;
}
</style>
background-color css
<style>
a { background-color: #CFA9C6; }
a { background-color: rgb(207,169,198); }
div.DivClassName
{
background-color: #CFA9C6;
}
.BgClassName
{
background-color: #CFA9C6;
}
</style>
border-color css
<style>
span { border-color: #CFA9C6; }
span { border-color: rgb(207,169,198); }
td.TdClassName
{
border-color: #CFA9C6;
}
.TagClassName
{
border-color: #CFA9C6;
}
</style>