Shades of Maverick #CCB0C5
Tints of Maverick #CCB0C5
RGB
CMYK
RGB Variations
Color information
#CCB0C5 (or 0xCCB0C5) is known color: Maverick. HEX triplet: CC, B0 and C5. RGB value is (204,176,197). Sum of RGB (Red+Green+Blue) = 204+176+197=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0C5 is #334F3A. Grayscale: #BABABA. Windows color (decimal): -3362619 or 12955852. OLE color: 12955852.
HSL color Cylindrical-coordinate representation of color #CCB0C5: hue angle of 315º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0C5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 197 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.2 |
| HSL | 315º | 0.22% | 0.75% | - |
| HSV(B) | 315º | 0.14% | 0.8% | - |
| XYZ | 50.51 | 47.92 | 59.41 | - |
| YUV | 186.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 197 | 0 | 0.14 | 0.03 | 0.2 | 315 | 0.22 | 0.75 |
| Hex | CC | B0 | C5 | 0 | E | 3 | 14 | 13B | 16 | 4B |
| Octal | 314 | 260 | 305 | 0 | 16 | 3 | 24 | 473 | 26 | 113 |
| Binary | 11001100 | 10110000 | 11000101 | 0 | 1110 | 11 | 10100 | 100111011 | 10110 | 1001011 |
Color Harmonies of #CCB0C5
Complementary color
Monochromatic Colors of #CCB0C5
Black with #CCB0C5
Text Example
Text Example
White with #CCB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0C5; }
p { color: rgb(204,176,197); }
H1.HeaderClassName
{
color: #CCB0C5;
}
.AnyTagClassName
{
color: #CCB0C5;
}
</style>
background-color css
<style>
a { background-color: #CCB0C5; }
a { background-color: rgb(204,176,197); }
div.DivClassName
{
background-color: #CCB0C5;
}
.BgClassName
{
background-color: #CCB0C5;
}
</style>
border-color css
<style>
span { border-color: #CCB0C5; }
span { border-color: rgb(204,176,197); }
td.TdClassName
{
border-color: #CCB0C5;
}
.TagClassName
{
border-color: #CCB0C5;
}
</style>