Shades of Maverick #CFAAC1
Tints of Maverick #CFAAC1
RGB
CMYK
RGB Variations
Color information
#CFAAC1 (or 0xCFAAC1) is known color: Maverick. HEX triplet: CF, AA and C1. RGB value is (207,170,193). Sum of RGB (Red+Green+Blue) = 207+170+193=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC1 is #30553E. Grayscale: #B7B7B7. Windows color (decimal): -3167551 or 12692175. OLE color: 12692175.
HSL color Cylindrical-coordinate representation of color #CFAAC1: hue angle of 322.7º 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 #CFAAC1 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 193 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.19 |
| HSL | 322.7º | 0.28% | 0.74% | - |
| HSV(B) | 322.7º | 0.18% | 0.81% | - |
| XYZ | 49.73 | 45.87 | 56.68 | - |
| YUV | 183.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 193 | 0 | 0.18 | 0.07 | 0.19 | 322.7 | 0.28 | 0.74 |
| Hex | CF | AA | C1 | 0 | 12 | 7 | 13 | 143 | 1C | 4A |
| Octal | 317 | 252 | 301 | 0 | 22 | 7 | 23 | 503 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11000001 | 0 | 10010 | 111 | 10011 | 101000011 | 11100 | 1001010 |
Color Harmonies of #CFAAC1
Complementary color
Monochromatic Colors of #CFAAC1
Black with #CFAAC1
Text Example
Text Example
White with #CFAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAC1; }
p { color: rgb(207,170,193); }
H1.HeaderClassName
{
color: #CFAAC1;
}
.AnyTagClassName
{
color: #CFAAC1;
}
</style>
background-color css
<style>
a { background-color: #CFAAC1; }
a { background-color: rgb(207,170,193); }
div.DivClassName
{
background-color: #CFAAC1;
}
.BgClassName
{
background-color: #CFAAC1;
}
</style>
border-color css
<style>
span { border-color: #CFAAC1; }
span { border-color: rgb(207,170,193); }
td.TdClassName
{
border-color: #CFAAC1;
}
.TagClassName
{
border-color: #CFAAC1;
}
</style>