Shades of Maverick #CFA5BC
Tints of Maverick #CFA5BC
RGB
CMYK
RGB Variations
Color information
#CFA5BC (or 0xCFA5BC) is known color: Maverick. HEX triplet: CF, A5 and BC. RGB value is (207,165,188). Sum of RGB (Red+Green+Blue) = 207+165+188=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BC is #305A43. Grayscale: #B4B4B4. Windows color (decimal): -3168836 or 12363215. OLE color: 12363215.
HSL color Cylindrical-coordinate representation of color #CFA5BC: hue angle of 327.14º 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 #CFA5BC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 188 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.19 |
| HSL | 327.14º | 0.3% | 0.73% | - |
| HSV(B) | 327.14º | 0.2% | 0.81% | - |
| XYZ | 48.26 | 43.81 | 53.49 | - |
| YUV | 180.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 188 | 0 | 0.20 | 0.09 | 0.19 | 327.14 | 0.3 | 0.73 |
| Hex | CF | A5 | BC | 0 | 14 | 9 | 13 | 147 | 1E | 49 |
| Octal | 317 | 245 | 274 | 0 | 24 | 11 | 23 | 507 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10111100 | 0 | 10100 | 1001 | 10011 | 101000111 | 11110 | 1001001 |
Color Harmonies of #CFA5BC
Complementary color
Monochromatic Colors of #CFA5BC
Black with #CFA5BC
Text Example
Text Example
White with #CFA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5BC; }
p { color: rgb(207,165,188); }
H1.HeaderClassName
{
color: #CFA5BC;
}
.AnyTagClassName
{
color: #CFA5BC;
}
</style>
background-color css
<style>
a { background-color: #CFA5BC; }
a { background-color: rgb(207,165,188); }
div.DivClassName
{
background-color: #CFA5BC;
}
.BgClassName
{
background-color: #CFA5BC;
}
</style>
border-color css
<style>
span { border-color: #CFA5BC; }
span { border-color: rgb(207,165,188); }
td.TdClassName
{
border-color: #CFA5BC;
}
.TagClassName
{
border-color: #CFA5BC;
}
</style>