Shades of Maverick #CCB9C6
Tints of Maverick #CCB9C6
RGB
CMYK
RGB Variations
Color information
#CCB9C6 (or 0xCCB9C6) is known color: Maverick. HEX triplet: CC, B9 and C6. RGB value is (204,185,198). Sum of RGB (Red+Green+Blue) = 204+185+198=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C6 is #334639. Grayscale: #C0C0C0. Windows color (decimal): -3360314 or 13023692. OLE color: 13023692.
HSL color Cylindrical-coordinate representation of color #CCB9C6: hue angle of 318.95º 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 #CCB9C6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 198 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.2 |
| HSL | 318.95º | 0.16% | 0.76% | - |
| HSV(B) | 318.95º | 0.09% | 0.8% | - |
| XYZ | 52.44 | 51.61 | 60.62 | - |
| YUV | 192.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 198 | 0 | 0.09 | 0.03 | 0.2 | 318.95 | 0.16 | 0.76 |
| Hex | CC | B9 | C6 | 0 | 9 | 3 | 14 | 13F | 10 | 4C |
| Octal | 314 | 271 | 306 | 0 | 11 | 3 | 24 | 477 | 20 | 114 |
| Binary | 11001100 | 10111001 | 11000110 | 0 | 1001 | 11 | 10100 | 100111111 | 10000 | 1001100 |
Color Harmonies of #CCB9C6
Complementary color
Monochromatic Colors of #CCB9C6
Black with #CCB9C6
Text Example
Text Example
White with #CCB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9C6; }
p { color: rgb(204,185,198); }
H1.HeaderClassName
{
color: #CCB9C6;
}
.AnyTagClassName
{
color: #CCB9C6;
}
</style>
background-color css
<style>
a { background-color: #CCB9C6; }
a { background-color: rgb(204,185,198); }
div.DivClassName
{
background-color: #CCB9C6;
}
.BgClassName
{
background-color: #CCB9C6;
}
</style>
border-color css
<style>
span { border-color: #CCB9C6; }
span { border-color: rgb(204,185,198); }
td.TdClassName
{
border-color: #CCB9C6;
}
.TagClassName
{
border-color: #CCB9C6;
}
</style>