Shades of Maverick #CFB1C9
Tints of Maverick #CFB1C9
RGB
CMYK
RGB Variations
Color information
#CFB1C9 (or 0xCFB1C9) is known color: Maverick. HEX triplet: CF, B1 and C9. RGB value is (207,177,201). Sum of RGB (Red+Green+Blue) = 207+177+201=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1C9 is #304E36. Grayscale: #BCBCBC. Windows color (decimal): -3165751 or 13218255. OLE color: 13218255.
HSL color Cylindrical-coordinate representation of color #CFB1C9: hue angle of 312º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1C9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 201 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.19 |
| HSL | 312º | 0.24% | 0.75% | - |
| HSV(B) | 312º | 0.14% | 0.81% | - |
| XYZ | 52 | 48.93 | 61.96 | - |
| YUV | 188.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 201 | 0 | 0.14 | 0.03 | 0.19 | 312 | 0.24 | 0.75 |
| Hex | CF | B1 | C9 | 0 | E | 3 | 13 | 138 | 18 | 4B |
| Octal | 317 | 261 | 311 | 0 | 16 | 3 | 23 | 470 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11001001 | 0 | 1110 | 11 | 10011 | 100111000 | 11000 | 1001011 |
Color Harmonies of #CFB1C9
Complementary color
Monochromatic Colors of #CFB1C9
Black with #CFB1C9
Text Example
Text Example
White with #CFB1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1C9; }
p { color: rgb(207,177,201); }
H1.HeaderClassName
{
color: #CFB1C9;
}
.AnyTagClassName
{
color: #CFB1C9;
}
</style>
background-color css
<style>
a { background-color: #CFB1C9; }
a { background-color: rgb(207,177,201); }
div.DivClassName
{
background-color: #CFB1C9;
}
.BgClassName
{
background-color: #CFB1C9;
}
</style>
border-color css
<style>
span { border-color: #CFB1C9; }
span { border-color: rgb(207,177,201); }
td.TdClassName
{
border-color: #CFB1C9;
}
.TagClassName
{
border-color: #CFB1C9;
}
</style>