Shades of Maverick #CFA8C2
Tints of Maverick #CFA8C2
RGB
CMYK
RGB Variations
Color information
#CFA8C2 (or 0xCFA8C2) is known color: Maverick. HEX triplet: CF, A8 and C2. RGB value is (207,168,194). Sum of RGB (Red+Green+Blue) = 207+168+194=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C2 is #30573D. Grayscale: #B6B6B6. Windows color (decimal): -3168062 or 12757199. OLE color: 12757199.
HSL color Cylindrical-coordinate representation of color #CFA8C2: hue angle of 320º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8C2 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 194 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.19 |
| HSL | 320º | 0.29% | 0.74% | - |
| HSV(B) | 320º | 0.19% | 0.81% | - |
| XYZ | 49.47 | 45.17 | 57.15 | - |
| YUV | 182.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 194 | 0 | 0.19 | 0.06 | 0.19 | 320 | 0.29 | 0.74 |
| Hex | CF | A8 | C2 | 0 | 13 | 6 | 13 | 140 | 1D | 4A |
| Octal | 317 | 250 | 302 | 0 | 23 | 6 | 23 | 500 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11000010 | 0 | 10011 | 110 | 10011 | 101000000 | 11101 | 1001010 |
Color Harmonies of #CFA8C2
Complementary color
Monochromatic Colors of #CFA8C2
Black with #CFA8C2
Text Example
Text Example
White with #CFA8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C2; }
p { color: rgb(207,168,194); }
H1.HeaderClassName
{
color: #CFA8C2;
}
.AnyTagClassName
{
color: #CFA8C2;
}
</style>
background-color css
<style>
a { background-color: #CFA8C2; }
a { background-color: rgb(207,168,194); }
div.DivClassName
{
background-color: #CFA8C2;
}
.BgClassName
{
background-color: #CFA8C2;
}
</style>
border-color css
<style>
span { border-color: #CFA8C2; }
span { border-color: rgb(207,168,194); }
td.TdClassName
{
border-color: #CFA8C2;
}
.TagClassName
{
border-color: #CFA8C2;
}
</style>