Shades of Maverick #CFA8C7
Tints of Maverick #CFA8C7
RGB
CMYK
RGB Variations
Color information
#CFA8C7 (or 0xCFA8C7) is known color: Maverick. HEX triplet: CF, A8 and C7. RGB value is (207,168,199). Sum of RGB (Red+Green+Blue) = 207+168+199=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C7 is #305738. Grayscale: #B7B7B7. Windows color (decimal): -3168057 or 13084879. OLE color: 13084879.
HSL color Cylindrical-coordinate representation of color #CFA8C7: hue angle of 312.31º 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 #CFA8C7 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 168 | 199 | - |
CMYK | 0 | 0.19 | 0.04 | 0.19 |
HSL | 312.31º | 0.29% | 0.74% | - |
HSV(B) | 312.31º | 0.19% | 0.81% | - |
XYZ | 50.04 | 45.39 | 60.16 | - |
YUV | 183.2 | 136.92 | 144.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 168 | 199 | 0 | 0.19 | 0.04 | 0.19 | 312.31 | 0.29 | 0.74 |
Hex | CF | A8 | C7 | 0 | 13 | 4 | 13 | 138 | 1D | 4A |
Octal | 317 | 250 | 307 | 0 | 23 | 4 | 23 | 470 | 35 | 112 |
Binary | 11001111 | 10101000 | 11000111 | 0 | 10011 | 100 | 10011 | 100111000 | 11101 | 1001010 |
Color Harmonies of #CFA8C7
Complementary color
Monochromatic Colors of #CFA8C7
Black with #CFA8C7
Text Example
Text Example
White with #CFA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C7; }
p { color: rgb(207,168,199); }
H1.HeaderClassName
{
color: #CFA8C7;
}
.AnyTagClassName
{
color: #CFA8C7;
}
</style>
background-color css
<style>
a { background-color: #CFA8C7; }
a { background-color: rgb(207,168,199); }
div.DivClassName
{
background-color: #CFA8C7;
}
.BgClassName
{
background-color: #CFA8C7;
}
</style>
border-color css
<style>
span { border-color: #CFA8C7; }
span { border-color: rgb(207,168,199); }
td.TdClassName
{
border-color: #CFA8C7;
}
.TagClassName
{
border-color: #CFA8C7;
}
</style>