Shades of Maverick #CFAAC7
Tints of Maverick #CFAAC7
RGB
CMYK
RGB Variations
Color information
#CFAAC7 (or 0xCFAAC7) is known color: Maverick. HEX triplet: CF, AA and C7. RGB value is (207,170,199). Sum of RGB (Red+Green+Blue) = 207+170+199=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC7 is #305538. Grayscale: #B8B8B8. Windows color (decimal): -3167545 or 13085391. OLE color: 13085391.
HSL color Cylindrical-coordinate representation of color #CFAAC7: hue angle of 312.97º 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 #CFAAC7 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 199 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 312.97º | 0.28% | 0.74% | - |
| HSV(B) | 312.97º | 0.18% | 0.81% | - |
| XYZ | 50.42 | 46.14 | 60.28 | - |
| YUV | 184.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 199 | 0 | 0.18 | 0.04 | 0.19 | 312.97 | 0.28 | 0.74 |
| Hex | CF | AA | C7 | 0 | 12 | 4 | 13 | 139 | 1C | 4A |
| Octal | 317 | 252 | 307 | 0 | 22 | 4 | 23 | 471 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11000111 | 0 | 10010 | 100 | 10011 | 100111001 | 11100 | 1001010 |
Color Harmonies of #CFAAC7
Complementary color
Monochromatic Colors of #CFAAC7
Black with #CFAAC7
Text Example
Text Example
White with #CFAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAC7; }
p { color: rgb(207,170,199); }
H1.HeaderClassName
{
color: #CFAAC7;
}
.AnyTagClassName
{
color: #CFAAC7;
}
</style>
background-color css
<style>
a { background-color: #CFAAC7; }
a { background-color: rgb(207,170,199); }
div.DivClassName
{
background-color: #CFAAC7;
}
.BgClassName
{
background-color: #CFAAC7;
}
</style>
border-color css
<style>
span { border-color: #CFAAC7; }
span { border-color: rgb(207,170,199); }
td.TdClassName
{
border-color: #CFAAC7;
}
.TagClassName
{
border-color: #CFAAC7;
}
</style>