Shades of Maverick #CCBBC7
Tints of Maverick #CCBBC7
RGB
CMYK
RGB Variations
Color information
#CCBBC7 (or 0xCCBBC7) is known color: Maverick. HEX triplet: CC, BB and C7. RGB value is (204,187,199). Sum of RGB (Red+Green+Blue) = 204+187+199=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC7 is #334438. Grayscale: #C1C1C1. Windows color (decimal): -3359801 or 13089740. OLE color: 13089740.
HSL color Cylindrical-coordinate representation of color #CCBBC7: hue angle of 317.65º 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 #CCBBC7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 199 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.2 |
| HSL | 317.65º | 0.14% | 0.77% | - |
| HSV(B) | 317.65º | 0.08% | 0.8% | - |
| XYZ | 52.98 | 52.5 | 61.37 | - |
| YUV | 193.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 199 | 0 | 0.08 | 0.02 | 0.2 | 317.65 | 0.14 | 0.77 |
| Hex | CC | BB | C7 | 0 | 8 | 2 | 14 | 13E | E | 4D |
| Octal | 314 | 273 | 307 | 0 | 10 | 2 | 24 | 476 | 16 | 115 |
| Binary | 11001100 | 10111011 | 11000111 | 0 | 1000 | 10 | 10100 | 100111110 | 1110 | 1001101 |
Color Harmonies of #CCBBC7
Complementary color
Monochromatic Colors of #CCBBC7
Black with #CCBBC7
Text Example
Text Example
White with #CCBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC7; }
p { color: rgb(204,187,199); }
H1.HeaderClassName
{
color: #CCBBC7;
}
.AnyTagClassName
{
color: #CCBBC7;
}
</style>
background-color css
<style>
a { background-color: #CCBBC7; }
a { background-color: rgb(204,187,199); }
div.DivClassName
{
background-color: #CCBBC7;
}
.BgClassName
{
background-color: #CCBBC7;
}
</style>
border-color css
<style>
span { border-color: #CCBBC7; }
span { border-color: rgb(204,187,199); }
td.TdClassName
{
border-color: #CCBBC7;
}
.TagClassName
{
border-color: #CCBBC7;
}
</style>