Shades of Maverick #CFACC6
Tints of Maverick #CFACC6
RGB
CMYK
RGB Variations
Color information
#CFACC6 (or 0xCFACC6) is known color: Maverick. HEX triplet: CF, AC and C6. RGB value is (207,172,198). Sum of RGB (Red+Green+Blue) = 207+172+198=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACC6 is #305339. Grayscale: #B9B9B9. Windows color (decimal): -3167034 or 13020367. OLE color: 13020367.
HSL color Cylindrical-coordinate representation of color #CFACC6: hue angle of 315.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACC6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 198 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.19 |
| HSL | 315.43º | 0.27% | 0.74% | - |
| HSV(B) | 315.43º | 0.17% | 0.81% | - |
| XYZ | 50.68 | 46.85 | 59.8 | - |
| YUV | 185.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 198 | 0 | 0.17 | 0.04 | 0.19 | 315.43 | 0.27 | 0.74 |
| Hex | CF | AC | C6 | 0 | 11 | 4 | 13 | 13B | 1B | 4A |
| Octal | 317 | 254 | 306 | 0 | 21 | 4 | 23 | 473 | 33 | 112 |
| Binary | 11001111 | 10101100 | 11000110 | 0 | 10001 | 100 | 10011 | 100111011 | 11011 | 1001010 |
Color Harmonies of #CFACC6
Complementary color
Monochromatic Colors of #CFACC6
Black with #CFACC6
Text Example
Text Example
White with #CFACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACC6; }
p { color: rgb(207,172,198); }
H1.HeaderClassName
{
color: #CFACC6;
}
.AnyTagClassName
{
color: #CFACC6;
}
</style>
background-color css
<style>
a { background-color: #CFACC6; }
a { background-color: rgb(207,172,198); }
div.DivClassName
{
background-color: #CFACC6;
}
.BgClassName
{
background-color: #CFACC6;
}
</style>
border-color css
<style>
span { border-color: #CFACC6; }
span { border-color: rgb(207,172,198); }
td.TdClassName
{
border-color: #CFACC6;
}
.TagClassName
{
border-color: #CFACC6;
}
</style>