Shades of Maverick #CFB2C7
Tints of Maverick #CFB2C7
RGB
CMYK
RGB Variations
Color information
#CFB2C7 (or 0xCFB2C7) is known color: Maverick. HEX triplet: CF, B2 and C7. RGB value is (207,178,199). Sum of RGB (Red+Green+Blue) = 207+178+199=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2C7 is #304D38. Grayscale: #BDBDBD. Windows color (decimal): -3165497 or 13087439. OLE color: 13087439.
HSL color Cylindrical-coordinate representation of color #CFB2C7: hue angle of 316.55º degrees, saturation: 0.23, 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 #CFB2C7 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 199 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.19 |
| HSL | 316.55º | 0.23% | 0.75% | - |
| HSV(B) | 316.55º | 0.14% | 0.81% | - |
| XYZ | 51.96 | 49.23 | 60.8 | - |
| YUV | 189.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 199 | 0 | 0.14 | 0.04 | 0.19 | 316.55 | 0.23 | 0.75 |
| Hex | CF | B2 | C7 | 0 | E | 4 | 13 | 13D | 17 | 4B |
| Octal | 317 | 262 | 307 | 0 | 16 | 4 | 23 | 475 | 27 | 113 |
| Binary | 11001111 | 10110010 | 11000111 | 0 | 1110 | 100 | 10011 | 100111101 | 10111 | 1001011 |
Color Harmonies of #CFB2C7
Complementary color
Monochromatic Colors of #CFB2C7
Black with #CFB2C7
Text Example
Text Example
White with #CFB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2C7; }
p { color: rgb(207,178,199); }
H1.HeaderClassName
{
color: #CFB2C7;
}
.AnyTagClassName
{
color: #CFB2C7;
}
</style>
background-color css
<style>
a { background-color: #CFB2C7; }
a { background-color: rgb(207,178,199); }
div.DivClassName
{
background-color: #CFB2C7;
}
.BgClassName
{
background-color: #CFB2C7;
}
</style>
border-color css
<style>
span { border-color: #CFB2C7; }
span { border-color: rgb(207,178,199); }
td.TdClassName
{
border-color: #CFB2C7;
}
.TagClassName
{
border-color: #CFB2C7;
}
</style>