Shades of Maverick #CCADBD
Tints of Maverick #CCADBD
RGB
CMYK
RGB Variations
Color information
#CCADBD (or 0xCCADBD) is known color: Maverick. HEX triplet: CC, AD and BD. RGB value is (204,173,189). Sum of RGB (Red+Green+Blue) = 204+173+189=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBD is #335242. Grayscale: #B8B8B8. Windows color (decimal): -3363395 or 12430796. OLE color: 12430796.
HSL color Cylindrical-coordinate representation of color #CCADBD: hue angle of 329.03º 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 #CCADBD is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 173 | 189 | - |
CMYK | 0 | 0.15 | 0.07 | 0.2 |
HSL | 329.03º | 0.23% | 0.74% | - |
HSV(B) | 329.03º | 0.15% | 0.8% | - |
XYZ | 49.03 | 46.4 | 54.52 | - |
YUV | 184.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 189 | 0 | 0.15 | 0.07 | 0.2 | 329.03 | 0.23 | 0.74 |
Hex | CC | AD | BD | 0 | F | 7 | 14 | 149 | 17 | 4A |
Octal | 314 | 255 | 275 | 0 | 17 | 7 | 24 | 511 | 27 | 112 |
Binary | 11001100 | 10101101 | 10111101 | 0 | 1111 | 111 | 10100 | 101001001 | 10111 | 1001010 |
Color Harmonies of #CCADBD
Complementary color
Monochromatic Colors of #CCADBD
Black with #CCADBD
Text Example
Text Example
White with #CCADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADBD; }
p { color: rgb(204,173,189); }
H1.HeaderClassName
{
color: #CCADBD;
}
.AnyTagClassName
{
color: #CCADBD;
}
</style>
background-color css
<style>
a { background-color: #CCADBD; }
a { background-color: rgb(204,173,189); }
div.DivClassName
{
background-color: #CCADBD;
}
.BgClassName
{
background-color: #CCADBD;
}
</style>
border-color css
<style>
span { border-color: #CCADBD; }
span { border-color: rgb(204,173,189); }
td.TdClassName
{
border-color: #CCADBD;
}
.TagClassName
{
border-color: #CCADBD;
}
</style>