Shades of Maverick #CCB3C1
Tints of Maverick #CCB3C1
RGB
CMYK
RGB Variations
Color information
#CCB3C1 (or 0xCCB3C1) is known color: Maverick. HEX triplet: CC, B3 and C1. RGB value is (204,179,193). Sum of RGB (Red+Green+Blue) = 204+179+193=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3C1 is #334C3E. Grayscale: #BCBCBC. Windows color (decimal): -3361855 or 12694476. OLE color: 12694476.
HSL color Cylindrical-coordinate representation of color #CCB3C1: hue angle of 326.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB3C1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 193 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.2 |
| HSL | 326.4º | 0.2% | 0.75% | - |
| HSV(B) | 326.4º | 0.12% | 0.8% | - |
| XYZ | 50.65 | 48.93 | 57.23 | - |
| YUV | 188.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 193 | 0 | 0.12 | 0.05 | 0.2 | 326.4 | 0.2 | 0.75 |
| Hex | CC | B3 | C1 | 0 | C | 5 | 14 | 146 | 14 | 4B |
| Octal | 314 | 263 | 301 | 0 | 14 | 5 | 24 | 506 | 24 | 113 |
| Binary | 11001100 | 10110011 | 11000001 | 0 | 1100 | 101 | 10100 | 101000110 | 10100 | 1001011 |
Color Harmonies of #CCB3C1
Complementary color
Monochromatic Colors of #CCB3C1
Black with #CCB3C1
Text Example
Text Example
White with #CCB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3C1; }
p { color: rgb(204,179,193); }
H1.HeaderClassName
{
color: #CCB3C1;
}
.AnyTagClassName
{
color: #CCB3C1;
}
</style>
background-color css
<style>
a { background-color: #CCB3C1; }
a { background-color: rgb(204,179,193); }
div.DivClassName
{
background-color: #CCB3C1;
}
.BgClassName
{
background-color: #CCB3C1;
}
</style>
border-color css
<style>
span { border-color: #CCB3C1; }
span { border-color: rgb(204,179,193); }
td.TdClassName
{
border-color: #CCB3C1;
}
.TagClassName
{
border-color: #CCB3C1;
}
</style>