Shades of Maverick #CFB1C2
Tints of Maverick #CFB1C2
RGB
CMYK
RGB Variations
Color information
#CFB1C2 (or 0xCFB1C2) is known color: Maverick. HEX triplet: CF, B1 and C2. RGB value is (207,177,194). Sum of RGB (Red+Green+Blue) = 207+177+194=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1C2 is #304E3D. Grayscale: #BBBBBB. Windows color (decimal): -3165758 or 12759503. OLE color: 12759503.
HSL color Cylindrical-coordinate representation of color #CFB1C2: hue angle of 326º 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 #CFB1C2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 194 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.19 |
| HSL | 326º | 0.24% | 0.75% | - |
| HSV(B) | 326º | 0.14% | 0.81% | - |
| XYZ | 51.19 | 48.6 | 57.72 | - |
| YUV | 187.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 194 | 0 | 0.14 | 0.06 | 0.19 | 326 | 0.24 | 0.75 |
| Hex | CF | B1 | C2 | 0 | E | 6 | 13 | 146 | 18 | 4B |
| Octal | 317 | 261 | 302 | 0 | 16 | 6 | 23 | 506 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11000010 | 0 | 1110 | 110 | 10011 | 101000110 | 11000 | 1001011 |
Color Harmonies of #CFB1C2
Complementary color
Monochromatic Colors of #CFB1C2
Black with #CFB1C2
Text Example
Text Example
White with #CFB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1C2; }
p { color: rgb(207,177,194); }
H1.HeaderClassName
{
color: #CFB1C2;
}
.AnyTagClassName
{
color: #CFB1C2;
}
</style>
background-color css
<style>
a { background-color: #CFB1C2; }
a { background-color: rgb(207,177,194); }
div.DivClassName
{
background-color: #CFB1C2;
}
.BgClassName
{
background-color: #CFB1C2;
}
</style>
border-color css
<style>
span { border-color: #CFB1C2; }
span { border-color: rgb(207,177,194); }
td.TdClassName
{
border-color: #CFB1C2;
}
.TagClassName
{
border-color: #CFB1C2;
}
</style>