Shades of Maverick #CFB1C1
Tints of Maverick #CFB1C1
RGB
CMYK
RGB Variations
Color information
#CFB1C1 (or 0xCFB1C1) is known color: Maverick. HEX triplet: CF, B1 and C1. RGB value is (207,177,193). Sum of RGB (Red+Green+Blue) = 207+177+193=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1C1 is #304E3E. Grayscale: #BBBBBB. Windows color (decimal): -3165759 or 12693967. OLE color: 12693967.
HSL color Cylindrical-coordinate representation of color #CFB1C1: hue angle of 328º 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 #CFB1C1 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 193 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.19 |
| HSL | 328º | 0.24% | 0.75% | - |
| HSV(B) | 328º | 0.14% | 0.81% | - |
| XYZ | 51.08 | 48.56 | 57.13 | - |
| YUV | 187.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 193 | 0 | 0.14 | 0.07 | 0.19 | 328 | 0.24 | 0.75 |
| Hex | CF | B1 | C1 | 0 | E | 7 | 13 | 148 | 18 | 4B |
| Octal | 317 | 261 | 301 | 0 | 16 | 7 | 23 | 510 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11000001 | 0 | 1110 | 111 | 10011 | 101001000 | 11000 | 1001011 |
Color Harmonies of #CFB1C1
Complementary color
Monochromatic Colors of #CFB1C1
Black with #CFB1C1
Text Example
Text Example
White with #CFB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1C1; }
p { color: rgb(207,177,193); }
H1.HeaderClassName
{
color: #CFB1C1;
}
.AnyTagClassName
{
color: #CFB1C1;
}
</style>
background-color css
<style>
a { background-color: #CFB1C1; }
a { background-color: rgb(207,177,193); }
div.DivClassName
{
background-color: #CFB1C1;
}
.BgClassName
{
background-color: #CFB1C1;
}
</style>
border-color css
<style>
span { border-color: #CFB1C1; }
span { border-color: rgb(207,177,193); }
td.TdClassName
{
border-color: #CFB1C1;
}
.TagClassName
{
border-color: #CFB1C1;
}
</style>