Shades of Maverick #CFB3C1
Tints of Maverick #CFB3C1
RGB
CMYK
RGB Variations
Color information
#CFB3C1 (or 0xCFB3C1) is known color: Maverick. HEX triplet: CF, B3 and C1. RGB value is (207,179,193). Sum of RGB (Red+Green+Blue) = 207+179+193=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3C1 is #304C3E. Grayscale: #BCBCBC. Windows color (decimal): -3165247 or 12694479. OLE color: 12694479.
HSL color Cylindrical-coordinate representation of color #CFB3C1: hue angle of 330º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3C1 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 193 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.19 |
| HSL | 330º | 0.23% | 0.76% | - |
| HSV(B) | 330º | 0.14% | 0.81% | - |
| XYZ | 51.48 | 49.36 | 57.27 | - |
| YUV | 188.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 193 | 0 | 0.14 | 0.07 | 0.19 | 330 | 0.23 | 0.76 |
| Hex | CF | B3 | C1 | 0 | E | 7 | 13 | 14A | 17 | 4C |
| Octal | 317 | 263 | 301 | 0 | 16 | 7 | 23 | 512 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11000001 | 0 | 1110 | 111 | 10011 | 101001010 | 10111 | 1001100 |
Color Harmonies of #CFB3C1
Complementary color
Monochromatic Colors of #CFB3C1
Black with #CFB3C1
Text Example
Text Example
White with #CFB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3C1; }
p { color: rgb(207,179,193); }
H1.HeaderClassName
{
color: #CFB3C1;
}
.AnyTagClassName
{
color: #CFB3C1;
}
</style>
background-color css
<style>
a { background-color: #CFB3C1; }
a { background-color: rgb(207,179,193); }
div.DivClassName
{
background-color: #CFB3C1;
}
.BgClassName
{
background-color: #CFB3C1;
}
</style>
border-color css
<style>
span { border-color: #CFB3C1; }
span { border-color: rgb(207,179,193); }
td.TdClassName
{
border-color: #CFB3C1;
}
.TagClassName
{
border-color: #CFB3C1;
}
</style>