Shades of Maverick #CCB7C0
Tints of Maverick #CCB7C0
RGB
CMYK
RGB Variations
Color information
#CCB7C0 (or 0xCCB7C0) is known color: Maverick. HEX triplet: CC, B7 and C0. RGB value is (204,183,192). Sum of RGB (Red+Green+Blue) = 204+183+192=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7C0 is #33483F. Grayscale: #BEBEBE. Windows color (decimal): -3360832 or 12629964. OLE color: 12629964.
HSL color Cylindrical-coordinate representation of color #CCB7C0: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB7C0 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 192 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.2 |
| HSL | 334.29º | 0.17% | 0.76% | - |
| HSV(B) | 334.29º | 0.1% | 0.8% | - |
| XYZ | 51.35 | 50.51 | 56.91 | - |
| YUV | 190.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 192 | 0 | 0.10 | 0.06 | 0.2 | 334.29 | 0.17 | 0.76 |
| Hex | CC | B7 | C0 | 0 | A | 6 | 14 | 14E | 11 | 4C |
| Octal | 314 | 267 | 300 | 0 | 12 | 6 | 24 | 516 | 21 | 114 |
| Binary | 11001100 | 10110111 | 11000000 | 0 | 1010 | 110 | 10100 | 101001110 | 10001 | 1001100 |
Color Harmonies of #CCB7C0
Complementary color
Monochromatic Colors of #CCB7C0
Black with #CCB7C0
Text Example
Text Example
White with #CCB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7C0; }
p { color: rgb(204,183,192); }
H1.HeaderClassName
{
color: #CCB7C0;
}
.AnyTagClassName
{
color: #CCB7C0;
}
</style>
background-color css
<style>
a { background-color: #CCB7C0; }
a { background-color: rgb(204,183,192); }
div.DivClassName
{
background-color: #CCB7C0;
}
.BgClassName
{
background-color: #CCB7C0;
}
</style>
border-color css
<style>
span { border-color: #CCB7C0; }
span { border-color: rgb(204,183,192); }
td.TdClassName
{
border-color: #CCB7C0;
}
.TagClassName
{
border-color: #CCB7C0;
}
</style>