Shades of Maverick #CFB0C9
Tints of Maverick #CFB0C9
RGB
CMYK
RGB Variations
Color information
#CFB0C9 (or 0xCFB0C9) is known color: Maverick. HEX triplet: CF, B0 and C9. RGB value is (207,176,201). Sum of RGB (Red+Green+Blue) = 207+176+201=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0C9 is #304F36. Grayscale: #BCBCBC. Windows color (decimal): -3166007 or 13217999. OLE color: 13217999.
HSL color Cylindrical-coordinate representation of color #CFB0C9: hue angle of 311.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB0C9 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 201 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.19 |
| HSL | 311.61º | 0.24% | 0.75% | - |
| HSV(B) | 311.61º | 0.15% | 0.81% | - |
| XYZ | 51.8 | 48.53 | 61.9 | - |
| YUV | 188.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 201 | 0 | 0.15 | 0.03 | 0.19 | 311.61 | 0.24 | 0.75 |
| Hex | CF | B0 | C9 | 0 | F | 3 | 13 | 138 | 18 | 4B |
| Octal | 317 | 260 | 311 | 0 | 17 | 3 | 23 | 470 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11001001 | 0 | 1111 | 11 | 10011 | 100111000 | 11000 | 1001011 |
Color Harmonies of #CFB0C9
Complementary color
Monochromatic Colors of #CFB0C9
Black with #CFB0C9
Text Example
Text Example
White with #CFB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0C9; }
p { color: rgb(207,176,201); }
H1.HeaderClassName
{
color: #CFB0C9;
}
.AnyTagClassName
{
color: #CFB0C9;
}
</style>
background-color css
<style>
a { background-color: #CFB0C9; }
a { background-color: rgb(207,176,201); }
div.DivClassName
{
background-color: #CFB0C9;
}
.BgClassName
{
background-color: #CFB0C9;
}
</style>
border-color css
<style>
span { border-color: #CFB0C9; }
span { border-color: rgb(207,176,201); }
td.TdClassName
{
border-color: #CFB0C9;
}
.TagClassName
{
border-color: #CFB0C9;
}
</style>