Shades of Maverick #CFA9BD
Tints of Maverick #CFA9BD
RGB
CMYK
RGB Variations
Color information
#CFA9BD (or 0xCFA9BD) is known color: Maverick. HEX triplet: CF, A9 and BD. RGB value is (207,169,189). Sum of RGB (Red+Green+Blue) = 207+169+189=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9BD is #305642. Grayscale: #B6B6B6. Windows color (decimal): -3167811 or 12429775. OLE color: 12429775.
HSL color Cylindrical-coordinate representation of color #CFA9BD: hue angle of 328.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9BD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 189 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.19 |
| HSL | 328.42º | 0.28% | 0.74% | - |
| HSV(B) | 328.42º | 0.18% | 0.81% | - |
| XYZ | 49.11 | 45.32 | 54.3 | - |
| YUV | 182.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 189 | 0 | 0.18 | 0.09 | 0.19 | 328.42 | 0.28 | 0.74 |
| Hex | CF | A9 | BD | 0 | 12 | 9 | 13 | 148 | 1C | 4A |
| Octal | 317 | 251 | 275 | 0 | 22 | 11 | 23 | 510 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10111101 | 0 | 10010 | 1001 | 10011 | 101001000 | 11100 | 1001010 |
Color Harmonies of #CFA9BD
Complementary color
Monochromatic Colors of #CFA9BD
Black with #CFA9BD
Text Example
Text Example
White with #CFA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9BD; }
p { color: rgb(207,169,189); }
H1.HeaderClassName
{
color: #CFA9BD;
}
.AnyTagClassName
{
color: #CFA9BD;
}
</style>
background-color css
<style>
a { background-color: #CFA9BD; }
a { background-color: rgb(207,169,189); }
div.DivClassName
{
background-color: #CFA9BD;
}
.BgClassName
{
background-color: #CFA9BD;
}
</style>
border-color css
<style>
span { border-color: #CFA9BD; }
span { border-color: rgb(207,169,189); }
td.TdClassName
{
border-color: #CFA9BD;
}
.TagClassName
{
border-color: #CFA9BD;
}
</style>