Shades of Maverick #CFAAC6
Tints of Maverick #CFAAC6
RGB
CMYK
RGB Variations
Color information
#CFAAC6 (or 0xCFAAC6) is known color: Maverick. HEX triplet: CF, AA and C6. RGB value is (207,170,198). Sum of RGB (Red+Green+Blue) = 207+170+198=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC6 is #305539. Grayscale: #B8B8B8. Windows color (decimal): -3167546 or 13019855. OLE color: 13019855.
HSL color Cylindrical-coordinate representation of color #CFAAC6: hue angle of 314.59º 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 #CFAAC6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 198 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 314.59º | 0.28% | 0.74% | - |
| HSV(B) | 314.59º | 0.18% | 0.81% | - |
| XYZ | 50.3 | 46.09 | 59.67 | - |
| YUV | 184.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 198 | 0 | 0.18 | 0.04 | 0.19 | 314.59 | 0.28 | 0.74 |
| Hex | CF | AA | C6 | 0 | 12 | 4 | 13 | 13B | 1C | 4A |
| Octal | 317 | 252 | 306 | 0 | 22 | 4 | 23 | 473 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11000110 | 0 | 10010 | 100 | 10011 | 100111011 | 11100 | 1001010 |
Color Harmonies of #CFAAC6
Complementary color
Monochromatic Colors of #CFAAC6
Black with #CFAAC6
Text Example
Text Example
White with #CFAAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAC6; }
p { color: rgb(207,170,198); }
H1.HeaderClassName
{
color: #CFAAC6;
}
.AnyTagClassName
{
color: #CFAAC6;
}
</style>
background-color css
<style>
a { background-color: #CFAAC6; }
a { background-color: rgb(207,170,198); }
div.DivClassName
{
background-color: #CFAAC6;
}
.BgClassName
{
background-color: #CFAAC6;
}
</style>
border-color css
<style>
span { border-color: #CFAAC6; }
span { border-color: rgb(207,170,198); }
td.TdClassName
{
border-color: #CFAAC6;
}
.TagClassName
{
border-color: #CFAAC6;
}
</style>