Shades of Maverick #C8B2BC
Tints of Maverick #C8B2BC
RGB
CMYK
RGB Variations
Color information
#C8B2BC (or 0xC8B2BC) is known color: Maverick. HEX triplet: C8, B2 and BC. RGB value is (200,178,188). Sum of RGB (Red+Green+Blue) = 200+178+188=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2BC is #374D43. Grayscale: #B9B9B9. Windows color (decimal): -3624260 or 12366536. OLE color: 12366536.
HSL color Cylindrical-coordinate representation of color #C8B2BC: hue angle of 332.73º degrees, saturation: 0.17, 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 #C8B2BC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 188 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.22 |
| HSL | 332.73º | 0.17% | 0.74% | - |
| HSV(B) | 332.73º | 0.11% | 0.78% | - |
| XYZ | 48.82 | 47.75 | 54.22 | - |
| YUV | 185.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 188 | 0 | 0.11 | 0.06 | 0.22 | 332.73 | 0.17 | 0.74 |
| Hex | C8 | B2 | BC | 0 | B | 6 | 16 | 14D | 11 | 4A |
| Octal | 310 | 262 | 274 | 0 | 13 | 6 | 26 | 515 | 21 | 112 |
| Binary | 11001000 | 10110010 | 10111100 | 0 | 1011 | 110 | 10110 | 101001101 | 10001 | 1001010 |
Color Harmonies of #C8B2BC
Complementary color
Monochromatic Colors of #C8B2BC
Black with #C8B2BC
Text Example
Text Example
White with #C8B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2BC; }
p { color: rgb(200,178,188); }
H1.HeaderClassName
{
color: #C8B2BC;
}
.AnyTagClassName
{
color: #C8B2BC;
}
</style>
background-color css
<style>
a { background-color: #C8B2BC; }
a { background-color: rgb(200,178,188); }
div.DivClassName
{
background-color: #C8B2BC;
}
.BgClassName
{
background-color: #C8B2BC;
}
</style>
border-color css
<style>
span { border-color: #C8B2BC; }
span { border-color: rgb(200,178,188); }
td.TdClassName
{
border-color: #C8B2BC;
}
.TagClassName
{
border-color: #C8B2BC;
}
</style>