Shades of Maverick #CFAAC4
Tints of Maverick #CFAAC4
RGB
CMYK
RGB Variations
Color information
#CFAAC4 (or 0xCFAAC4) is known color: Maverick. HEX triplet: CF, AA and C4. RGB value is (207,170,196). Sum of RGB (Red+Green+Blue) = 207+170+196=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAC4 is #30553B. Grayscale: #B7B7B7. Windows color (decimal): -3167548 or 12888783. OLE color: 12888783.
HSL color Cylindrical-coordinate representation of color #CFAAC4: hue angle of 317.84º 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 #CFAAC4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 196 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.19 |
| HSL | 317.84º | 0.28% | 0.74% | - |
| HSV(B) | 317.84º | 0.18% | 0.81% | - |
| XYZ | 50.07 | 46 | 58.46 | - |
| YUV | 184.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 196 | 0 | 0.18 | 0.05 | 0.19 | 317.84 | 0.28 | 0.74 |
| Hex | CF | AA | C4 | 0 | 12 | 5 | 13 | 13E | 1C | 4A |
| Octal | 317 | 252 | 304 | 0 | 22 | 5 | 23 | 476 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11000100 | 0 | 10010 | 101 | 10011 | 100111110 | 11100 | 1001010 |
Color Harmonies of #CFAAC4
Complementary color
Monochromatic Colors of #CFAAC4
Black with #CFAAC4
Text Example
Text Example
White with #CFAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAC4; }
p { color: rgb(207,170,196); }
H1.HeaderClassName
{
color: #CFAAC4;
}
.AnyTagClassName
{
color: #CFAAC4;
}
</style>
background-color css
<style>
a { background-color: #CFAAC4; }
a { background-color: rgb(207,170,196); }
div.DivClassName
{
background-color: #CFAAC4;
}
.BgClassName
{
background-color: #CFAAC4;
}
</style>
border-color css
<style>
span { border-color: #CFAAC4; }
span { border-color: rgb(207,170,196); }
td.TdClassName
{
border-color: #CFAAC4;
}
.TagClassName
{
border-color: #CFAAC4;
}
</style>