Shades of Maverick #CCB0BD
Tints of Maverick #CCB0BD
RGB
CMYK
RGB Variations
Color information
#CCB0BD (or 0xCCB0BD) is known color: Maverick. HEX triplet: CC, B0 and BD. RGB value is (204,176,189). Sum of RGB (Red+Green+Blue) = 204+176+189=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BD is #334F42. Grayscale: #B9B9B9. Windows color (decimal): -3362627 or 12431564. OLE color: 12431564.
HSL color Cylindrical-coordinate representation of color #CCB0BD: hue angle of 332.14º 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 #CCB0BD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 189 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.2 |
| HSL | 332.14º | 0.22% | 0.75% | - |
| HSV(B) | 332.14º | 0.14% | 0.8% | - |
| XYZ | 49.61 | 47.56 | 54.71 | - |
| YUV | 185.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 189 | 0 | 0.14 | 0.07 | 0.2 | 332.14 | 0.22 | 0.75 |
| Hex | CC | B0 | BD | 0 | E | 7 | 14 | 14C | 16 | 4B |
| Octal | 314 | 260 | 275 | 0 | 16 | 7 | 24 | 514 | 26 | 113 |
| Binary | 11001100 | 10110000 | 10111101 | 0 | 1110 | 111 | 10100 | 101001100 | 10110 | 1001011 |
Color Harmonies of #CCB0BD
Complementary color
Monochromatic Colors of #CCB0BD
Black with #CCB0BD
Text Example
Text Example
White with #CCB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0BD; }
p { color: rgb(204,176,189); }
H1.HeaderClassName
{
color: #CCB0BD;
}
.AnyTagClassName
{
color: #CCB0BD;
}
</style>
background-color css
<style>
a { background-color: #CCB0BD; }
a { background-color: rgb(204,176,189); }
div.DivClassName
{
background-color: #CCB0BD;
}
.BgClassName
{
background-color: #CCB0BD;
}
</style>
border-color css
<style>
span { border-color: #CCB0BD; }
span { border-color: rgb(204,176,189); }
td.TdClassName
{
border-color: #CCB0BD;
}
.TagClassName
{
border-color: #CCB0BD;
}
</style>