Shades of Maverick #CCB0BF
Tints of Maverick #CCB0BF
RGB
CMYK
RGB Variations
Color information
#CCB0BF (or 0xCCB0BF) is known color: Maverick. HEX triplet: CC, B0 and BF. RGB value is (204,176,191). Sum of RGB (Red+Green+Blue) = 204+176+191=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BF is #334F40. Grayscale: #BABABA. Windows color (decimal): -3362625 or 12562636. OLE color: 12562636.
HSL color Cylindrical-coordinate representation of color #CCB0BF: hue angle of 327.86º 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 #CCB0BF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 191 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.2 |
| HSL | 327.86º | 0.22% | 0.75% | - |
| HSV(B) | 327.86º | 0.14% | 0.8% | - |
| XYZ | 49.83 | 47.65 | 55.86 | - |
| YUV | 186.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 191 | 0 | 0.14 | 0.06 | 0.2 | 327.86 | 0.22 | 0.75 |
| Hex | CC | B0 | BF | 0 | E | 6 | 14 | 148 | 16 | 4B |
| Octal | 314 | 260 | 277 | 0 | 16 | 6 | 24 | 510 | 26 | 113 |
| Binary | 11001100 | 10110000 | 10111111 | 0 | 1110 | 110 | 10100 | 101001000 | 10110 | 1001011 |
Color Harmonies of #CCB0BF
Complementary color
Monochromatic Colors of #CCB0BF
Black with #CCB0BF
Text Example
Text Example
White with #CCB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0BF; }
p { color: rgb(204,176,191); }
H1.HeaderClassName
{
color: #CCB0BF;
}
.AnyTagClassName
{
color: #CCB0BF;
}
</style>
background-color css
<style>
a { background-color: #CCB0BF; }
a { background-color: rgb(204,176,191); }
div.DivClassName
{
background-color: #CCB0BF;
}
.BgClassName
{
background-color: #CCB0BF;
}
</style>
border-color css
<style>
span { border-color: #CCB0BF; }
span { border-color: rgb(204,176,191); }
td.TdClassName
{
border-color: #CCB0BF;
}
.TagClassName
{
border-color: #CCB0BF;
}
</style>