Shades of Maverick #C8B2BB
Tints of Maverick #C8B2BB
RGB
CMYK
RGB Variations
Color information
#C8B2BB (or 0xC8B2BB) is known color: Maverick. HEX triplet: C8, B2 and BB. RGB value is (200,178,187). Sum of RGB (Red+Green+Blue) = 200+178+187=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2BB is #374D44. Grayscale: #B9B9B9. Windows color (decimal): -3624261 or 12301000. OLE color: 12301000.
HSL color Cylindrical-coordinate representation of color #C8B2BB: hue angle of 335.45º 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 #C8B2BB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 187 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.22 |
| HSL | 335.45º | 0.17% | 0.74% | - |
| HSV(B) | 335.45º | 0.11% | 0.78% | - |
| XYZ | 48.71 | 47.71 | 53.66 | - |
| YUV | 185.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 187 | 0 | 0.11 | 0.06 | 0.22 | 335.45 | 0.17 | 0.74 |
| Hex | C8 | B2 | BB | 0 | B | 6 | 16 | 14F | 11 | 4A |
| Octal | 310 | 262 | 273 | 0 | 13 | 6 | 26 | 517 | 21 | 112 |
| Binary | 11001000 | 10110010 | 10111011 | 0 | 1011 | 110 | 10110 | 101001111 | 10001 | 1001010 |
Color Harmonies of #C8B2BB
Complementary color
Monochromatic Colors of #C8B2BB
Black with #C8B2BB
Text Example
Text Example
White with #C8B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2BB; }
p { color: rgb(200,178,187); }
H1.HeaderClassName
{
color: #C8B2BB;
}
.AnyTagClassName
{
color: #C8B2BB;
}
</style>
background-color css
<style>
a { background-color: #C8B2BB; }
a { background-color: rgb(200,178,187); }
div.DivClassName
{
background-color: #C8B2BB;
}
.BgClassName
{
background-color: #C8B2BB;
}
</style>
border-color css
<style>
span { border-color: #C8B2BB; }
span { border-color: rgb(200,178,187); }
td.TdClassName
{
border-color: #C8B2BB;
}
.TagClassName
{
border-color: #C8B2BB;
}
</style>