Shades of Maverick #C8B3C3
Tints of Maverick #C8B3C3
RGB
CMYK
RGB Variations
Color information
#C8B3C3 (or 0xC8B3C3) is known color: Maverick. HEX triplet: C8, B3 and C3. RGB value is (200,179,195). Sum of RGB (Red+Green+Blue) = 200+179+195=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3C3 is #374C3C. Grayscale: #BBBBBB. Windows color (decimal): -3623997 or 12825544. OLE color: 12825544.
HSL color Cylindrical-coordinate representation of color #C8B3C3: hue angle of 314.29º 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 #C8B3C3 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 195 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.22 |
| HSL | 314.29º | 0.16% | 0.74% | - |
| HSV(B) | 314.29º | 0.11% | 0.78% | - |
| XYZ | 49.79 | 48.46 | 58.36 | - |
| YUV | 187.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 195 | 0 | 0.10 | 0.02 | 0.22 | 314.29 | 0.16 | 0.74 |
| Hex | C8 | B3 | C3 | 0 | A | 2 | 16 | 13A | 10 | 4A |
| Octal | 310 | 263 | 303 | 0 | 12 | 2 | 26 | 472 | 20 | 112 |
| Binary | 11001000 | 10110011 | 11000011 | 0 | 1010 | 10 | 10110 | 100111010 | 10000 | 1001010 |
Color Harmonies of #C8B3C3
Complementary color
Monochromatic Colors of #C8B3C3
Black with #C8B3C3
Text Example
Text Example
White with #C8B3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3C3; }
p { color: rgb(200,179,195); }
H1.HeaderClassName
{
color: #C8B3C3;
}
.AnyTagClassName
{
color: #C8B3C3;
}
</style>
background-color css
<style>
a { background-color: #C8B3C3; }
a { background-color: rgb(200,179,195); }
div.DivClassName
{
background-color: #C8B3C3;
}
.BgClassName
{
background-color: #C8B3C3;
}
</style>
border-color css
<style>
span { border-color: #C8B3C3; }
span { border-color: rgb(200,179,195); }
td.TdClassName
{
border-color: #C8B3C3;
}
.TagClassName
{
border-color: #C8B3C3;
}
</style>