Shades of Maverick #CCB9C5
Tints of Maverick #CCB9C5
RGB
CMYK
RGB Variations
Color information
#CCB9C5 (or 0xCCB9C5) is known color: Maverick. HEX triplet: CC, B9 and C5. RGB value is (204,185,197). Sum of RGB (Red+Green+Blue) = 204+185+197=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C5 is #33463A. Grayscale: #C0C0C0. Windows color (decimal): -3360315 or 12958156. OLE color: 12958156.
HSL color Cylindrical-coordinate representation of color #CCB9C5: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9C5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 197 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.2 |
| HSL | 322.11º | 0.16% | 0.76% | - |
| HSV(B) | 322.11º | 0.09% | 0.8% | - |
| XYZ | 52.33 | 51.57 | 60.02 | - |
| YUV | 192.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 197 | 0 | 0.09 | 0.03 | 0.2 | 322.11 | 0.16 | 0.76 |
| Hex | CC | B9 | C5 | 0 | 9 | 3 | 14 | 142 | 10 | 4C |
| Octal | 314 | 271 | 305 | 0 | 11 | 3 | 24 | 502 | 20 | 114 |
| Binary | 11001100 | 10111001 | 11000101 | 0 | 1001 | 11 | 10100 | 101000010 | 10000 | 1001100 |
Color Harmonies of #CCB9C5
Complementary color
Monochromatic Colors of #CCB9C5
Black with #CCB9C5
Text Example
Text Example
White with #CCB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9C5; }
p { color: rgb(204,185,197); }
H1.HeaderClassName
{
color: #CCB9C5;
}
.AnyTagClassName
{
color: #CCB9C5;
}
</style>
background-color css
<style>
a { background-color: #CCB9C5; }
a { background-color: rgb(204,185,197); }
div.DivClassName
{
background-color: #CCB9C5;
}
.BgClassName
{
background-color: #CCB9C5;
}
</style>
border-color css
<style>
span { border-color: #CCB9C5; }
span { border-color: rgb(204,185,197); }
td.TdClassName
{
border-color: #CCB9C5;
}
.TagClassName
{
border-color: #CCB9C5;
}
</style>