Shades of Maverick #CFB3C6
Tints of Maverick #CFB3C6
RGB
CMYK
RGB Variations
Color information
#CFB3C6 (or 0xCFB3C6) is known color: Maverick. HEX triplet: CF, B3 and C6. RGB value is (207,179,198). Sum of RGB (Red+Green+Blue) = 207+179+198=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3C6 is #304C39. Grayscale: #BDBDBD. Windows color (decimal): -3165242 or 13022159. OLE color: 13022159.
HSL color Cylindrical-coordinate representation of color #CFB3C6: hue angle of 319.29º 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 #CFB3C6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 198 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.19 |
| HSL | 319.29º | 0.23% | 0.76% | - |
| HSV(B) | 319.29º | 0.14% | 0.81% | - |
| XYZ | 52.05 | 49.58 | 60.25 | - |
| YUV | 189.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 198 | 0 | 0.14 | 0.04 | 0.19 | 319.29 | 0.23 | 0.76 |
| Hex | CF | B3 | C6 | 0 | E | 4 | 13 | 13F | 17 | 4C |
| Octal | 317 | 263 | 306 | 0 | 16 | 4 | 23 | 477 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11000110 | 0 | 1110 | 100 | 10011 | 100111111 | 10111 | 1001100 |
Color Harmonies of #CFB3C6
Complementary color
Monochromatic Colors of #CFB3C6
Black with #CFB3C6
Text Example
Text Example
White with #CFB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3C6; }
p { color: rgb(207,179,198); }
H1.HeaderClassName
{
color: #CFB3C6;
}
.AnyTagClassName
{
color: #CFB3C6;
}
</style>
background-color css
<style>
a { background-color: #CFB3C6; }
a { background-color: rgb(207,179,198); }
div.DivClassName
{
background-color: #CFB3C6;
}
.BgClassName
{
background-color: #CFB3C6;
}
</style>
border-color css
<style>
span { border-color: #CFB3C6; }
span { border-color: rgb(207,179,198); }
td.TdClassName
{
border-color: #CFB3C6;
}
.TagClassName
{
border-color: #CFB3C6;
}
</style>