Shades of Maverick #CFA8C5
Tints of Maverick #CFA8C5
RGB
CMYK
RGB Variations
Color information
#CFA8C5 (or 0xCFA8C5) is known color: Maverick. HEX triplet: CF, A8 and C5. RGB value is (207,168,197). Sum of RGB (Red+Green+Blue) = 207+168+197=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8C5 is #30573A. Grayscale: #B6B6B6. Windows color (decimal): -3168059 or 12953807. OLE color: 12953807.
HSL color Cylindrical-coordinate representation of color #CFA8C5: hue angle of 315.38º 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 #CFA8C5 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 168 | 197 | - |
CMYK | 0 | 0.19 | 0.05 | 0.19 |
HSL | 315.38º | 0.29% | 0.74% | - |
HSV(B) | 315.38º | 0.19% | 0.81% | - |
XYZ | 49.81 | 45.3 | 58.94 | - |
YUV | 182.97 | 135.92 | 145.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 168 | 197 | 0 | 0.19 | 0.05 | 0.19 | 315.38 | 0.29 | 0.74 |
Hex | CF | A8 | C5 | 0 | 13 | 5 | 13 | 13B | 1D | 4A |
Octal | 317 | 250 | 305 | 0 | 23 | 5 | 23 | 473 | 35 | 112 |
Binary | 11001111 | 10101000 | 11000101 | 0 | 10011 | 101 | 10011 | 100111011 | 11101 | 1001010 |
Color Harmonies of #CFA8C5
Complementary color
Monochromatic Colors of #CFA8C5
Black with #CFA8C5
Text Example
Text Example
White with #CFA8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8C5; }
p { color: rgb(207,168,197); }
H1.HeaderClassName
{
color: #CFA8C5;
}
.AnyTagClassName
{
color: #CFA8C5;
}
</style>
background-color css
<style>
a { background-color: #CFA8C5; }
a { background-color: rgb(207,168,197); }
div.DivClassName
{
background-color: #CFA8C5;
}
.BgClassName
{
background-color: #CFA8C5;
}
</style>
border-color css
<style>
span { border-color: #CFA8C5; }
span { border-color: rgb(207,168,197); }
td.TdClassName
{
border-color: #CFA8C5;
}
.TagClassName
{
border-color: #CFA8C5;
}
</style>