Shades of Maverick #CFA5C2
Tints of Maverick #CFA5C2
RGB
CMYK
RGB Variations
Color information
#CFA5C2 (or 0xCFA5C2) is known color: Maverick. HEX triplet: CF, A5 and C2. RGB value is (207,165,194). Sum of RGB (Red+Green+Blue) = 207+165+194=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5C2 is #305A3D. Grayscale: #B4B4B4. Windows color (decimal): -3168830 or 12756431. OLE color: 12756431.
HSL color Cylindrical-coordinate representation of color #CFA5C2: hue angle of 318.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5C2 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 194 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.19 |
| HSL | 318.57º | 0.3% | 0.73% | - |
| HSV(B) | 318.57º | 0.2% | 0.81% | - |
| XYZ | 48.92 | 44.07 | 56.97 | - |
| YUV | 180.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 194 | 0 | 0.20 | 0.06 | 0.19 | 318.57 | 0.3 | 0.73 |
| Hex | CF | A5 | C2 | 0 | 14 | 6 | 13 | 13F | 1E | 49 |
| Octal | 317 | 245 | 302 | 0 | 24 | 6 | 23 | 477 | 36 | 111 |
| Binary | 11001111 | 10100101 | 11000010 | 0 | 10100 | 110 | 10011 | 100111111 | 11110 | 1001001 |
Color Harmonies of #CFA5C2
Complementary color
Monochromatic Colors of #CFA5C2
Black with #CFA5C2
Text Example
Text Example
White with #CFA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5C2; }
p { color: rgb(207,165,194); }
H1.HeaderClassName
{
color: #CFA5C2;
}
.AnyTagClassName
{
color: #CFA5C2;
}
</style>
background-color css
<style>
a { background-color: #CFA5C2; }
a { background-color: rgb(207,165,194); }
div.DivClassName
{
background-color: #CFA5C2;
}
.BgClassName
{
background-color: #CFA5C2;
}
</style>
border-color css
<style>
span { border-color: #CFA5C2; }
span { border-color: rgb(207,165,194); }
td.TdClassName
{
border-color: #CFA5C2;
}
.TagClassName
{
border-color: #CFA5C2;
}
</style>