Shades of Maverick #CCBBC4
Tints of Maverick #CCBBC4
RGB
CMYK
RGB Variations
Color information
#CCBBC4 (or 0xCCBBC4) is known color: Maverick. HEX triplet: CC, BB and C4. RGB value is (204,187,196). Sum of RGB (Red+Green+Blue) = 204+187+196=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC4 is #33443B. Grayscale: #C1C1C1. Windows color (decimal): -3359804 or 12893132. OLE color: 12893132.
HSL color Cylindrical-coordinate representation of color #CCBBC4: hue angle of 328.24º 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 #CCBBC4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 196 | - |
CMYK | 0 | 0.08 | 0.04 | 0.2 |
HSL | 328.24º | 0.14% | 0.77% | - |
HSV(B) | 328.24º | 0.08% | 0.8% | - |
XYZ | 52.64 | 52.36 | 59.56 | - |
YUV | 193.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 196 | 0 | 0.08 | 0.04 | 0.2 | 328.24 | 0.14 | 0.77 |
Hex | CC | BB | C4 | 0 | 8 | 4 | 14 | 148 | E | 4D |
Octal | 314 | 273 | 304 | 0 | 10 | 4 | 24 | 510 | 16 | 115 |
Binary | 11001100 | 10111011 | 11000100 | 0 | 1000 | 100 | 10100 | 101001000 | 1110 | 1001101 |
Color Harmonies of #CCBBC4
Complementary color
Monochromatic Colors of #CCBBC4
Black with #CCBBC4
Text Example
Text Example
White with #CCBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC4; }
p { color: rgb(204,187,196); }
H1.HeaderClassName
{
color: #CCBBC4;
}
.AnyTagClassName
{
color: #CCBBC4;
}
</style>
background-color css
<style>
a { background-color: #CCBBC4; }
a { background-color: rgb(204,187,196); }
div.DivClassName
{
background-color: #CCBBC4;
}
.BgClassName
{
background-color: #CCBBC4;
}
</style>
border-color css
<style>
span { border-color: #CCBBC4; }
span { border-color: rgb(204,187,196); }
td.TdClassName
{
border-color: #CCBBC4;
}
.TagClassName
{
border-color: #CCBBC4;
}
</style>