Shades of Maverick #CCBEC6
Tints of Maverick #CCBEC6
RGB
CMYK
RGB Variations
Color information
#CCBEC6 (or 0xCCBEC6) is known color: Maverick. HEX triplet: CC, BE and C6. RGB value is (204,190,198). Sum of RGB (Red+Green+Blue) = 204+190+198=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC6 is #334139. Grayscale: #C3C3C3. Windows color (decimal): -3359034 or 13024972. OLE color: 13024972.
HSL color Cylindrical-coordinate representation of color #CCBEC6: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEC6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 198 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.2 |
| HSL | 325.71º | 0.12% | 0.77% | - |
| HSV(B) | 325.71º | 0.07% | 0.8% | - |
| XYZ | 53.51 | 53.74 | 60.98 | - |
| YUV | 195.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 198 | 0 | 0.07 | 0.03 | 0.2 | 325.71 | 0.12 | 0.77 |
| Hex | CC | BE | C6 | 0 | 7 | 3 | 14 | 146 | C | 4D |
| Octal | 314 | 276 | 306 | 0 | 7 | 3 | 24 | 506 | 14 | 115 |
| Binary | 11001100 | 10111110 | 11000110 | 0 | 111 | 11 | 10100 | 101000110 | 1100 | 1001101 |
Color Harmonies of #CCBEC6
Complementary color
Monochromatic Colors of #CCBEC6
Black with #CCBEC6
Text Example
Text Example
White with #CCBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEC6; }
p { color: rgb(204,190,198); }
H1.HeaderClassName
{
color: #CCBEC6;
}
.AnyTagClassName
{
color: #CCBEC6;
}
</style>
background-color css
<style>
a { background-color: #CCBEC6; }
a { background-color: rgb(204,190,198); }
div.DivClassName
{
background-color: #CCBEC6;
}
.BgClassName
{
background-color: #CCBEC6;
}
</style>
border-color css
<style>
span { border-color: #CCBEC6; }
span { border-color: rgb(204,190,198); }
td.TdClassName
{
border-color: #CCBEC6;
}
.TagClassName
{
border-color: #CCBEC6;
}
</style>