Shades of Maverick #CCB3C4
Tints of Maverick #CCB3C4
RGB
CMYK
RGB Variations
Color information
#CCB3C4 (or 0xCCB3C4) is known color: Maverick. HEX triplet: CC, B3 and C4. RGB value is (204,179,196). Sum of RGB (Red+Green+Blue) = 204+179+196=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3C4 is #334C3B. Grayscale: #BCBCBC. Windows color (decimal): -3361852 or 12891084. OLE color: 12891084.
HSL color Cylindrical-coordinate representation of color #CCB3C4: hue angle of 319.2º 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 #CCB3C4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 196 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.2 |
| HSL | 319.2º | 0.2% | 0.75% | - |
| HSV(B) | 319.2º | 0.12% | 0.8% | - |
| XYZ | 50.99 | 49.06 | 59.01 | - |
| YUV | 188.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 196 | 0 | 0.12 | 0.04 | 0.2 | 319.2 | 0.2 | 0.75 |
| Hex | CC | B3 | C4 | 0 | C | 4 | 14 | 13F | 14 | 4B |
| Octal | 314 | 263 | 304 | 0 | 14 | 4 | 24 | 477 | 24 | 113 |
| Binary | 11001100 | 10110011 | 11000100 | 0 | 1100 | 100 | 10100 | 100111111 | 10100 | 1001011 |
Color Harmonies of #CCB3C4
Complementary color
Monochromatic Colors of #CCB3C4
Black with #CCB3C4
Text Example
Text Example
White with #CCB3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3C4; }
p { color: rgb(204,179,196); }
H1.HeaderClassName
{
color: #CCB3C4;
}
.AnyTagClassName
{
color: #CCB3C4;
}
</style>
background-color css
<style>
a { background-color: #CCB3C4; }
a { background-color: rgb(204,179,196); }
div.DivClassName
{
background-color: #CCB3C4;
}
.BgClassName
{
background-color: #CCB3C4;
}
</style>
border-color css
<style>
span { border-color: #CCB3C4; }
span { border-color: rgb(204,179,196); }
td.TdClassName
{
border-color: #CCB3C4;
}
.TagClassName
{
border-color: #CCB3C4;
}
</style>