Shades of Maverick #C8B2C2
Tints of Maverick #C8B2C2
RGB
CMYK
RGB Variations
Color information
#C8B2C2 (or 0xC8B2C2) is known color: Maverick. HEX triplet: C8, B2 and C2. RGB value is (200,178,194). Sum of RGB (Red+Green+Blue) = 200+178+194=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2C2 is #374D3D. Grayscale: #BABABA. Windows color (decimal): -3624254 or 12759752. OLE color: 12759752.
HSL color Cylindrical-coordinate representation of color #C8B2C2: hue angle of 316.36º 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 #C8B2C2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 194 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.22 |
| HSL | 316.36º | 0.17% | 0.74% | - |
| HSV(B) | 316.36º | 0.11% | 0.78% | - |
| XYZ | 49.48 | 48.02 | 57.7 | - |
| YUV | 186.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 194 | 0 | 0.11 | 0.03 | 0.22 | 316.36 | 0.17 | 0.74 |
| Hex | C8 | B2 | C2 | 0 | B | 3 | 16 | 13C | 11 | 4A |
| Octal | 310 | 262 | 302 | 0 | 13 | 3 | 26 | 474 | 21 | 112 |
| Binary | 11001000 | 10110010 | 11000010 | 0 | 1011 | 11 | 10110 | 100111100 | 10001 | 1001010 |
Color Harmonies of #C8B2C2
Complementary color
Monochromatic Colors of #C8B2C2
Black with #C8B2C2
Text Example
Text Example
White with #C8B2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2C2; }
p { color: rgb(200,178,194); }
H1.HeaderClassName
{
color: #C8B2C2;
}
.AnyTagClassName
{
color: #C8B2C2;
}
</style>
background-color css
<style>
a { background-color: #C8B2C2; }
a { background-color: rgb(200,178,194); }
div.DivClassName
{
background-color: #C8B2C2;
}
.BgClassName
{
background-color: #C8B2C2;
}
</style>
border-color css
<style>
span { border-color: #C8B2C2; }
span { border-color: rgb(200,178,194); }
td.TdClassName
{
border-color: #C8B2C2;
}
.TagClassName
{
border-color: #C8B2C2;
}
</style>