Shades of Maverick #CCBCC6
Tints of Maverick #CCBCC6
RGB
CMYK
RGB Variations
Color information
#CCBCC6 (or 0xCCBCC6) is known color: Maverick. HEX triplet: CC, BC and C6. RGB value is (204,188,198). Sum of RGB (Red+Green+Blue) = 204+188+198=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC6 is #334339. Grayscale: #C1C1C1. Windows color (decimal): -3359546 or 13024460. OLE color: 13024460.
HSL color Cylindrical-coordinate representation of color #CCBCC6: hue angle of 322.5º 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 #CCBCC6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 198 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.2 |
| HSL | 322.5º | 0.14% | 0.77% | - |
| HSV(B) | 322.5º | 0.08% | 0.8% | - |
| XYZ | 53.08 | 52.88 | 60.84 | - |
| YUV | 193.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 198 | 0 | 0.08 | 0.03 | 0.2 | 322.5 | 0.14 | 0.77 |
| Hex | CC | BC | C6 | 0 | 8 | 3 | 14 | 142 | E | 4D |
| Octal | 314 | 274 | 306 | 0 | 10 | 3 | 24 | 502 | 16 | 115 |
| Binary | 11001100 | 10111100 | 11000110 | 0 | 1000 | 11 | 10100 | 101000010 | 1110 | 1001101 |
Color Harmonies of #CCBCC6
Complementary color
Monochromatic Colors of #CCBCC6
Black with #CCBCC6
Text Example
Text Example
White with #CCBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCC6; }
p { color: rgb(204,188,198); }
H1.HeaderClassName
{
color: #CCBCC6;
}
.AnyTagClassName
{
color: #CCBCC6;
}
</style>
background-color css
<style>
a { background-color: #CCBCC6; }
a { background-color: rgb(204,188,198); }
div.DivClassName
{
background-color: #CCBCC6;
}
.BgClassName
{
background-color: #CCBCC6;
}
</style>
border-color css
<style>
span { border-color: #CCBCC6; }
span { border-color: rgb(204,188,198); }
td.TdClassName
{
border-color: #CCBCC6;
}
.TagClassName
{
border-color: #CCBCC6;
}
</style>