Shades of Maverick #CCADBC
Tints of Maverick #CCADBC
RGB
CMYK
RGB Variations
Color information
#CCADBC (or 0xCCADBC) is known color: Maverick. HEX triplet: CC, AD and BC. RGB value is (204,173,188). Sum of RGB (Red+Green+Blue) = 204+173+188=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADBC is #335243. Grayscale: #B7B7B7. Windows color (decimal): -3363396 or 12365260. OLE color: 12365260.
HSL color Cylindrical-coordinate representation of color #CCADBC: hue angle of 330.97º 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 #CCADBC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 173 | 188 | - |
CMYK | 0 | 0.15 | 0.08 | 0.2 |
HSL | 330.97º | 0.23% | 0.74% | - |
HSV(B) | 330.97º | 0.15% | 0.8% | - |
XYZ | 48.92 | 46.36 | 53.95 | - |
YUV | 183.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 188 | 0 | 0.15 | 0.08 | 0.2 | 330.97 | 0.23 | 0.74 |
Hex | CC | AD | BC | 0 | F | 8 | 14 | 14B | 17 | 4A |
Octal | 314 | 255 | 274 | 0 | 17 | 10 | 24 | 513 | 27 | 112 |
Binary | 11001100 | 10101101 | 10111100 | 0 | 1111 | 1000 | 10100 | 101001011 | 10111 | 1001010 |
Color Harmonies of #CCADBC
Complementary color
Monochromatic Colors of #CCADBC
Black with #CCADBC
Text Example
Text Example
White with #CCADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADBC; }
p { color: rgb(204,173,188); }
H1.HeaderClassName
{
color: #CCADBC;
}
.AnyTagClassName
{
color: #CCADBC;
}
</style>
background-color css
<style>
a { background-color: #CCADBC; }
a { background-color: rgb(204,173,188); }
div.DivClassName
{
background-color: #CCADBC;
}
.BgClassName
{
background-color: #CCADBC;
}
</style>
border-color css
<style>
span { border-color: #CCADBC; }
span { border-color: rgb(204,173,188); }
td.TdClassName
{
border-color: #CCADBC;
}
.TagClassName
{
border-color: #CCADBC;
}
</style>