Shades of Maverick #CCBBC9
Tints of Maverick #CCBBC9
RGB
CMYK
RGB Variations
Color information
#CCBBC9 (or 0xCCBBC9) is known color: Maverick. HEX triplet: CC, BB and C9. RGB value is (204,187,201). Sum of RGB (Red+Green+Blue) = 204+187+201=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC9 is #334436. Grayscale: #C1C1C1. Windows color (decimal): -3359799 or 13220812. OLE color: 13220812.
HSL color Cylindrical-coordinate representation of color #CCBBC9: hue angle of 310.59º 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 #CCBBC9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 201 | - |
CMYK | 0 | 0.08 | 0.01 | 0.2 |
HSL | 310.59º | 0.14% | 0.77% | - |
HSV(B) | 310.59º | 0.08% | 0.8% | - |
XYZ | 53.21 | 52.6 | 62.61 | - |
YUV | 193.68 | 132.13 | 135.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 201 | 0 | 0.08 | 0.01 | 0.2 | 310.59 | 0.14 | 0.77 |
Hex | CC | BB | C9 | 0 | 8 | 1 | 14 | 137 | E | 4D |
Octal | 314 | 273 | 311 | 0 | 10 | 1 | 24 | 467 | 16 | 115 |
Binary | 11001100 | 10111011 | 11001001 | 0 | 1000 | 1 | 10100 | 100110111 | 1110 | 1001101 |
Color Harmonies of #CCBBC9
Complementary color
Monochromatic Colors of #CCBBC9
Black with #CCBBC9
Text Example
Text Example
White with #CCBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC9; }
p { color: rgb(204,187,201); }
H1.HeaderClassName
{
color: #CCBBC9;
}
.AnyTagClassName
{
color: #CCBBC9;
}
</style>
background-color css
<style>
a { background-color: #CCBBC9; }
a { background-color: rgb(204,187,201); }
div.DivClassName
{
background-color: #CCBBC9;
}
.BgClassName
{
background-color: #CCBBC9;
}
</style>
border-color css
<style>
span { border-color: #CCBBC9; }
span { border-color: rgb(204,187,201); }
td.TdClassName
{
border-color: #CCBBC9;
}
.TagClassName
{
border-color: #CCBBC9;
}
</style>