Shades of Maverick #CAADB9
Tints of Maverick #CAADB9
RGB
CMYK
RGB Variations
Color information
#CAADB9 (or 0xCAADB9) is known color: Maverick. HEX triplet: CA, AD and B9. RGB value is (202,173,185). Sum of RGB (Red+Green+Blue) = 202+173+185=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADB9 is #355246. Grayscale: #B7B7B7. Windows color (decimal): -3494471 or 12168650. OLE color: 12168650.
HSL color Cylindrical-coordinate representation of color #CAADB9: hue angle of 335.17º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADB9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 173 | 185 | - |
CMYK | 0 | 0.14 | 0.08 | 0.21 |
HSL | 335.17º | 0.21% | 0.74% | - |
HSV(B) | 335.17º | 0.14% | 0.79% | - |
XYZ | 48.06 | 45.95 | 52.23 | - |
YUV | 183.04 | 129.11 | 141.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 173 | 185 | 0 | 0.14 | 0.08 | 0.21 | 335.17 | 0.21 | 0.74 |
Hex | CA | AD | B9 | 0 | E | 8 | 15 | 14F | 15 | 4A |
Octal | 312 | 255 | 271 | 0 | 16 | 10 | 25 | 517 | 25 | 112 |
Binary | 11001010 | 10101101 | 10111001 | 0 | 1110 | 1000 | 10101 | 101001111 | 10101 | 1001010 |
Color Harmonies of #CAADB9
Complementary color
Monochromatic Colors of #CAADB9
Black with #CAADB9
Text Example
Text Example
White with #CAADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADB9; }
p { color: rgb(202,173,185); }
H1.HeaderClassName
{
color: #CAADB9;
}
.AnyTagClassName
{
color: #CAADB9;
}
</style>
background-color css
<style>
a { background-color: #CAADB9; }
a { background-color: rgb(202,173,185); }
div.DivClassName
{
background-color: #CAADB9;
}
.BgClassName
{
background-color: #CAADB9;
}
</style>
border-color css
<style>
span { border-color: #CAADB9; }
span { border-color: rgb(202,173,185); }
td.TdClassName
{
border-color: #CAADB9;
}
.TagClassName
{
border-color: #CAADB9;
}
</style>