Shades of Maverick #C7B2C4
Tints of Maverick #C7B2C4
RGB
CMYK
RGB Variations
Color information
#C7B2C4 (or 0xC7B2C4) is known color: Maverick. HEX triplet: C7, B2 and C4. RGB value is (199,178,196). Sum of RGB (Red+Green+Blue) = 199+178+196=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2C4 is #384D3B. Grayscale: #BABABA. Windows color (decimal): -3689788 or 12890823. OLE color: 12890823.
HSL color Cylindrical-coordinate representation of color #C7B2C4: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B2C4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 196 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.22 |
| HSL | 308.57º | 0.16% | 0.74% | - |
| HSV(B) | 308.57º | 0.11% | 0.78% | - |
| XYZ | 49.44 | 47.97 | 58.88 | - |
| YUV | 186.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 196 | 0 | 0.11 | 0.02 | 0.22 | 308.57 | 0.16 | 0.74 |
| Hex | C7 | B2 | C4 | 0 | B | 2 | 16 | 135 | 10 | 4A |
| Octal | 307 | 262 | 304 | 0 | 13 | 2 | 26 | 465 | 20 | 112 |
| Binary | 11000111 | 10110010 | 11000100 | 0 | 1011 | 10 | 10110 | 100110101 | 10000 | 1001010 |
Color Harmonies of #C7B2C4
Complementary color
Monochromatic Colors of #C7B2C4
Black with #C7B2C4
Text Example
Text Example
White with #C7B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2C4; }
p { color: rgb(199,178,196); }
H1.HeaderClassName
{
color: #C7B2C4;
}
.AnyTagClassName
{
color: #C7B2C4;
}
</style>
background-color css
<style>
a { background-color: #C7B2C4; }
a { background-color: rgb(199,178,196); }
div.DivClassName
{
background-color: #C7B2C4;
}
.BgClassName
{
background-color: #C7B2C4;
}
</style>
border-color css
<style>
span { border-color: #C7B2C4; }
span { border-color: rgb(199,178,196); }
td.TdClassName
{
border-color: #C7B2C4;
}
.TagClassName
{
border-color: #C7B2C4;
}
</style>