Shades of Maverick #CFA8C6
Tints of Maverick #CFA8C6
RGB
CMYK
RGB Variations
Color information
#CFA8C6 (or 0xCFA8C6) is known color: Maverick. HEX triplet: CF, A8 and C6. RGB value is (207,168,198). Sum of RGB (Red+Green+Blue) = 207+168+198=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C6 is #305739. Grayscale: #B6B6B6. Windows color (decimal): -3168058 or 13019343. OLE color: 13019343.
HSL color Cylindrical-coordinate representation of color #CFA8C6: hue angle of 313.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8C6 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 198 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.19 |
| HSL | 313.85º | 0.29% | 0.74% | - |
| HSV(B) | 313.85º | 0.19% | 0.81% | - |
| XYZ | 49.93 | 45.35 | 59.55 | - |
| YUV | 183.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 198 | 0 | 0.19 | 0.04 | 0.19 | 313.85 | 0.29 | 0.74 |
| Hex | CF | A8 | C6 | 0 | 13 | 4 | 13 | 13A | 1D | 4A |
| Octal | 317 | 250 | 306 | 0 | 23 | 4 | 23 | 472 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11000110 | 0 | 10011 | 100 | 10011 | 100111010 | 11101 | 1001010 |
Color Harmonies of #CFA8C6
Complementary color
Monochromatic Colors of #CFA8C6
Black with #CFA8C6
Text Example
Text Example
White with #CFA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C6; }
p { color: rgb(207,168,198); }
H1.HeaderClassName
{
color: #CFA8C6;
}
.AnyTagClassName
{
color: #CFA8C6;
}
</style>
background-color css
<style>
a { background-color: #CFA8C6; }
a { background-color: rgb(207,168,198); }
div.DivClassName
{
background-color: #CFA8C6;
}
.BgClassName
{
background-color: #CFA8C6;
}
</style>
border-color css
<style>
span { border-color: #CFA8C6; }
span { border-color: rgb(207,168,198); }
td.TdClassName
{
border-color: #CFA8C6;
}
.TagClassName
{
border-color: #CFA8C6;
}
</style>