Shades of Maverick #CCBBC5
Tints of Maverick #CCBBC5
RGB
CMYK
RGB Variations
Color information
#CCBBC5 (or 0xCCBBC5) is known color: Maverick. HEX triplet: CC, BB and C5. RGB value is (204,187,197). Sum of RGB (Red+Green+Blue) = 204+187+197=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC5 is #33443A. Grayscale: #C1C1C1. Windows color (decimal): -3359803 or 12958668. OLE color: 12958668.
HSL color Cylindrical-coordinate representation of color #CCBBC5: hue angle of 324.71º 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 #CCBBC5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 197 | - |
CMYK | 0 | 0.08 | 0.03 | 0.2 |
HSL | 324.71º | 0.14% | 0.77% | - |
HSV(B) | 324.71º | 0.08% | 0.8% | - |
XYZ | 52.75 | 52.41 | 60.16 | - |
YUV | 193.22 | 130.13 | 135.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 197 | 0 | 0.08 | 0.03 | 0.2 | 324.71 | 0.14 | 0.77 |
Hex | CC | BB | C5 | 0 | 8 | 3 | 14 | 145 | E | 4D |
Octal | 314 | 273 | 305 | 0 | 10 | 3 | 24 | 505 | 16 | 115 |
Binary | 11001100 | 10111011 | 11000101 | 0 | 1000 | 11 | 10100 | 101000101 | 1110 | 1001101 |
Color Harmonies of #CCBBC5
Complementary color
Monochromatic Colors of #CCBBC5
Black with #CCBBC5
Text Example
Text Example
White with #CCBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC5; }
p { color: rgb(204,187,197); }
H1.HeaderClassName
{
color: #CCBBC5;
}
.AnyTagClassName
{
color: #CCBBC5;
}
</style>
background-color css
<style>
a { background-color: #CCBBC5; }
a { background-color: rgb(204,187,197); }
div.DivClassName
{
background-color: #CCBBC5;
}
.BgClassName
{
background-color: #CCBBC5;
}
</style>
border-color css
<style>
span { border-color: #CCBBC5; }
span { border-color: rgb(204,187,197); }
td.TdClassName
{
border-color: #CCBBC5;
}
.TagClassName
{
border-color: #CCBBC5;
}
</style>