Shades of Maverick #CCBBC6
Tints of Maverick #CCBBC6
RGB
CMYK
RGB Variations
Color information
#CCBBC6 (or 0xCCBBC6) is known color: Maverick. HEX triplet: CC, BB and C6. RGB value is (204,187,198). Sum of RGB (Red+Green+Blue) = 204+187+198=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC6 is #334439. Grayscale: #C1C1C1. Windows color (decimal): -3359802 or 13024204. OLE color: 13024204.
HSL color Cylindrical-coordinate representation of color #CCBBC6: hue angle of 321.18º 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 #CCBBC6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 198 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.2 |
| HSL | 321.18º | 0.14% | 0.77% | - |
| HSV(B) | 321.18º | 0.08% | 0.8% | - |
| XYZ | 52.87 | 52.46 | 60.76 | - |
| YUV | 193.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 198 | 0 | 0.08 | 0.03 | 0.2 | 321.18 | 0.14 | 0.77 |
| Hex | CC | BB | C6 | 0 | 8 | 3 | 14 | 141 | E | 4D |
| Octal | 314 | 273 | 306 | 0 | 10 | 3 | 24 | 501 | 16 | 115 |
| Binary | 11001100 | 10111011 | 11000110 | 0 | 1000 | 11 | 10100 | 101000001 | 1110 | 1001101 |
Color Harmonies of #CCBBC6
Complementary color
Monochromatic Colors of #CCBBC6
Black with #CCBBC6
Text Example
Text Example
White with #CCBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC6; }
p { color: rgb(204,187,198); }
H1.HeaderClassName
{
color: #CCBBC6;
}
.AnyTagClassName
{
color: #CCBBC6;
}
</style>
background-color css
<style>
a { background-color: #CCBBC6; }
a { background-color: rgb(204,187,198); }
div.DivClassName
{
background-color: #CCBBC6;
}
.BgClassName
{
background-color: #CCBBC6;
}
</style>
border-color css
<style>
span { border-color: #CCBBC6; }
span { border-color: rgb(204,187,198); }
td.TdClassName
{
border-color: #CCBBC6;
}
.TagClassName
{
border-color: #CCBBC6;
}
</style>