Shades of Maverick #CCBDC6
Tints of Maverick #CCBDC6
RGB
CMYK
RGB Variations
Color information
#CCBDC6 (or 0xCCBDC6) is known color: Maverick. HEX triplet: CC, BD and C6. RGB value is (204,189,198). Sum of RGB (Red+Green+Blue) = 204+189+198=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC6 is #334239. Grayscale: #C2C2C2. Windows color (decimal): -3359290 or 13024716. OLE color: 13024716.
HSL color Cylindrical-coordinate representation of color #CCBDC6: hue angle of 324º degrees, saturation: 0.13, 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 #CCBDC6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 198 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.2 |
| HSL | 324º | 0.13% | 0.77% | - |
| HSV(B) | 324º | 0.07% | 0.8% | - |
| XYZ | 53.29 | 53.31 | 60.91 | - |
| YUV | 194.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 198 | 0 | 0.07 | 0.03 | 0.2 | 324 | 0.13 | 0.77 |
| Hex | CC | BD | C6 | 0 | 7 | 3 | 14 | 144 | D | 4D |
| Octal | 314 | 275 | 306 | 0 | 7 | 3 | 24 | 504 | 15 | 115 |
| Binary | 11001100 | 10111101 | 11000110 | 0 | 111 | 11 | 10100 | 101000100 | 1101 | 1001101 |
Color Harmonies of #CCBDC6
Complementary color
Monochromatic Colors of #CCBDC6
Black with #CCBDC6
Text Example
Text Example
White with #CCBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDC6; }
p { color: rgb(204,189,198); }
H1.HeaderClassName
{
color: #CCBDC6;
}
.AnyTagClassName
{
color: #CCBDC6;
}
</style>
background-color css
<style>
a { background-color: #CCBDC6; }
a { background-color: rgb(204,189,198); }
div.DivClassName
{
background-color: #CCBDC6;
}
.BgClassName
{
background-color: #CCBDC6;
}
</style>
border-color css
<style>
span { border-color: #CCBDC6; }
span { border-color: rgb(204,189,198); }
td.TdClassName
{
border-color: #CCBDC6;
}
.TagClassName
{
border-color: #CCBDC6;
}
</style>