Shades of Maverick #CCBBC8
Tints of Maverick #CCBBC8
RGB
CMYK
RGB Variations
Color information
#CCBBC8 (or 0xCCBBC8) is known color: Maverick. HEX triplet: CC, BB and C8. RGB value is (204,187,200). Sum of RGB (Red+Green+Blue) = 204+187+200=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC8 is #334437. Grayscale: #C1C1C1. Windows color (decimal): -3359800 or 13155276. OLE color: 13155276.
HSL color Cylindrical-coordinate representation of color #CCBBC8: hue angle of 314.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBC8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 200 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.2 |
| HSL | 314.12º | 0.14% | 0.77% | - |
| HSV(B) | 314.12º | 0.08% | 0.8% | - |
| XYZ | 53.1 | 52.55 | 61.99 | - |
| YUV | 193.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 200 | 0 | 0.08 | 0.02 | 0.2 | 314.12 | 0.14 | 0.77 |
| Hex | CC | BB | C8 | 0 | 8 | 2 | 14 | 13A | E | 4D |
| Octal | 314 | 273 | 310 | 0 | 10 | 2 | 24 | 472 | 16 | 115 |
| Binary | 11001100 | 10111011 | 11001000 | 0 | 1000 | 10 | 10100 | 100111010 | 1110 | 1001101 |
Color Harmonies of #CCBBC8
Complementary color
Monochromatic Colors of #CCBBC8
Black with #CCBBC8
Text Example
Text Example
White with #CCBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC8; }
p { color: rgb(204,187,200); }
H1.HeaderClassName
{
color: #CCBBC8;
}
.AnyTagClassName
{
color: #CCBBC8;
}
</style>
background-color css
<style>
a { background-color: #CCBBC8; }
a { background-color: rgb(204,187,200); }
div.DivClassName
{
background-color: #CCBBC8;
}
.BgClassName
{
background-color: #CCBBC8;
}
</style>
border-color css
<style>
span { border-color: #CCBBC8; }
span { border-color: rgb(204,187,200); }
td.TdClassName
{
border-color: #CCBBC8;
}
.TagClassName
{
border-color: #CCBBC8;
}
</style>