Shades of Maverick #CCADBA
Tints of Maverick #CCADBA
RGB
CMYK
RGB Variations
Color information
#CCADBA (or 0xCCADBA) is known color: Maverick. HEX triplet: CC, AD and BA. RGB value is (204,173,186). Sum of RGB (Red+Green+Blue) = 204+173+186=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBA is #335245. Grayscale: #B7B7B7. Windows color (decimal): -3363398 or 12234188. OLE color: 12234188.
HSL color Cylindrical-coordinate representation of color #CCADBA: hue angle of 334.84º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADBA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 186 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.2 |
| HSL | 334.84º | 0.23% | 0.74% | - |
| HSV(B) | 334.84º | 0.15% | 0.8% | - |
| XYZ | 48.71 | 46.27 | 52.82 | - |
| YUV | 183.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 186 | 0 | 0.15 | 0.09 | 0.2 | 334.84 | 0.23 | 0.74 |
| Hex | CC | AD | BA | 0 | F | 9 | 14 | 14F | 17 | 4A |
| Octal | 314 | 255 | 272 | 0 | 17 | 11 | 24 | 517 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10111010 | 0 | 1111 | 1001 | 10100 | 101001111 | 10111 | 1001010 |
Color Harmonies of #CCADBA
Complementary color
Monochromatic Colors of #CCADBA
Black with #CCADBA
Text Example
Text Example
White with #CCADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADBA; }
p { color: rgb(204,173,186); }
H1.HeaderClassName
{
color: #CCADBA;
}
.AnyTagClassName
{
color: #CCADBA;
}
</style>
background-color css
<style>
a { background-color: #CCADBA; }
a { background-color: rgb(204,173,186); }
div.DivClassName
{
background-color: #CCADBA;
}
.BgClassName
{
background-color: #CCADBA;
}
</style>
border-color css
<style>
span { border-color: #CCADBA; }
span { border-color: rgb(204,173,186); }
td.TdClassName
{
border-color: #CCADBA;
}
.TagClassName
{
border-color: #CCADBA;
}
</style>