Shades of Maverick #CFA7C3
Tints of Maverick #CFA7C3
RGB
CMYK
RGB Variations
Color information
#CFA7C3 (or 0xCFA7C3) is known color: Maverick. HEX triplet: CF, A7 and C3. RGB value is (207,167,195). Sum of RGB (Red+Green+Blue) = 207+167+195=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7C3 is #30583C. Grayscale: #B6B6B6. Windows color (decimal): -3168317 or 12822479. OLE color: 12822479.
HSL color Cylindrical-coordinate representation of color #CFA7C3: hue angle of 318º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7C3 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 195 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.19 |
| HSL | 318º | 0.29% | 0.73% | - |
| HSV(B) | 318º | 0.19% | 0.81% | - |
| XYZ | 49.4 | 44.84 | 57.68 | - |
| YUV | 182.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 195 | 0 | 0.19 | 0.06 | 0.19 | 318 | 0.29 | 0.73 |
| Hex | CF | A7 | C3 | 0 | 13 | 6 | 13 | 13E | 1D | 49 |
| Octal | 317 | 247 | 303 | 0 | 23 | 6 | 23 | 476 | 35 | 111 |
| Binary | 11001111 | 10100111 | 11000011 | 0 | 10011 | 110 | 10011 | 100111110 | 11101 | 1001001 |
Color Harmonies of #CFA7C3
Complementary color
Monochromatic Colors of #CFA7C3
Black with #CFA7C3
Text Example
Text Example
White with #CFA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7C3; }
p { color: rgb(207,167,195); }
H1.HeaderClassName
{
color: #CFA7C3;
}
.AnyTagClassName
{
color: #CFA7C3;
}
</style>
background-color css
<style>
a { background-color: #CFA7C3; }
a { background-color: rgb(207,167,195); }
div.DivClassName
{
background-color: #CFA7C3;
}
.BgClassName
{
background-color: #CFA7C3;
}
</style>
border-color css
<style>
span { border-color: #CFA7C3; }
span { border-color: rgb(207,167,195); }
td.TdClassName
{
border-color: #CFA7C3;
}
.TagClassName
{
border-color: #CFA7C3;
}
</style>