Shades of Maverick #CCBCC5
Tints of Maverick #CCBCC5
RGB
CMYK
RGB Variations
Color information
#CCBCC5 (or 0xCCBCC5) is known color: Maverick. HEX triplet: CC, BC and C5. RGB value is (204,188,197). Sum of RGB (Red+Green+Blue) = 204+188+197=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC5 is #33433A. Grayscale: #C1C1C1. Windows color (decimal): -3359547 or 12958924. OLE color: 12958924.
HSL color Cylindrical-coordinate representation of color #CCBCC5: hue angle of 326.25º 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 #CCBCC5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 197 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.2 |
| HSL | 326.25º | 0.14% | 0.77% | - |
| HSV(B) | 326.25º | 0.08% | 0.8% | - |
| XYZ | 52.96 | 52.84 | 60.23 | - |
| YUV | 193.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 197 | 0 | 0.08 | 0.03 | 0.2 | 326.25 | 0.14 | 0.77 |
| Hex | CC | BC | C5 | 0 | 8 | 3 | 14 | 146 | E | 4D |
| Octal | 314 | 274 | 305 | 0 | 10 | 3 | 24 | 506 | 16 | 115 |
| Binary | 11001100 | 10111100 | 11000101 | 0 | 1000 | 11 | 10100 | 101000110 | 1110 | 1001101 |
Color Harmonies of #CCBCC5
Complementary color
Monochromatic Colors of #CCBCC5
Black with #CCBCC5
Text Example
Text Example
White with #CCBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCC5; }
p { color: rgb(204,188,197); }
H1.HeaderClassName
{
color: #CCBCC5;
}
.AnyTagClassName
{
color: #CCBCC5;
}
</style>
background-color css
<style>
a { background-color: #CCBCC5; }
a { background-color: rgb(204,188,197); }
div.DivClassName
{
background-color: #CCBCC5;
}
.BgClassName
{
background-color: #CCBCC5;
}
</style>
border-color css
<style>
span { border-color: #CCBCC5; }
span { border-color: rgb(204,188,197); }
td.TdClassName
{
border-color: #CCBCC5;
}
.TagClassName
{
border-color: #CCBCC5;
}
</style>