Shades of Maverick #CCB3C2
Tints of Maverick #CCB3C2
RGB
CMYK
RGB Variations
Color information
#CCB3C2 (or 0xCCB3C2) is known color: Maverick. HEX triplet: CC, B3 and C2. RGB value is (204,179,194). Sum of RGB (Red+Green+Blue) = 204+179+194=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3C2 is #334C3D. Grayscale: #BCBCBC. Windows color (decimal): -3361854 or 12760012. OLE color: 12760012.
HSL color Cylindrical-coordinate representation of color #CCB3C2: hue angle of 324º 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 #CCB3C2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 194 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.2 |
| HSL | 324º | 0.2% | 0.75% | - |
| HSV(B) | 324º | 0.12% | 0.8% | - |
| XYZ | 50.76 | 48.97 | 57.82 | - |
| YUV | 188.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 194 | 0 | 0.12 | 0.05 | 0.2 | 324 | 0.2 | 0.75 |
| Hex | CC | B3 | C2 | 0 | C | 5 | 14 | 144 | 14 | 4B |
| Octal | 314 | 263 | 302 | 0 | 14 | 5 | 24 | 504 | 24 | 113 |
| Binary | 11001100 | 10110011 | 11000010 | 0 | 1100 | 101 | 10100 | 101000100 | 10100 | 1001011 |
Color Harmonies of #CCB3C2
Complementary color
Monochromatic Colors of #CCB3C2
Black with #CCB3C2
Text Example
Text Example
White with #CCB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3C2; }
p { color: rgb(204,179,194); }
H1.HeaderClassName
{
color: #CCB3C2;
}
.AnyTagClassName
{
color: #CCB3C2;
}
</style>
background-color css
<style>
a { background-color: #CCB3C2; }
a { background-color: rgb(204,179,194); }
div.DivClassName
{
background-color: #CCB3C2;
}
.BgClassName
{
background-color: #CCB3C2;
}
</style>
border-color css
<style>
span { border-color: #CCB3C2; }
span { border-color: rgb(204,179,194); }
td.TdClassName
{
border-color: #CCB3C2;
}
.TagClassName
{
border-color: #CCB3C2;
}
</style>