Shades of Maverick #CAADC5
Tints of Maverick #CAADC5
RGB
CMYK
RGB Variations
Color information
#CAADC5 (or 0xCAADC5) is known color: Maverick. HEX triplet: CA, AD and C5. RGB value is (202,173,197). Sum of RGB (Red+Green+Blue) = 202+173+197=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC5 is #35523A. Grayscale: #B8B8B8. Windows color (decimal): -3494459 or 12955082. OLE color: 12955082.
HSL color Cylindrical-coordinate representation of color #CAADC5: hue angle of 310.34º 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 #CAADC5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 197 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.21 |
| HSL | 310.34º | 0.21% | 0.74% | - |
| HSV(B) | 310.34º | 0.14% | 0.79% | - |
| XYZ | 49.38 | 46.47 | 59.19 | - |
| YUV | 184.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 197 | 0 | 0.14 | 0.02 | 0.21 | 310.34 | 0.21 | 0.74 |
| Hex | CA | AD | C5 | 0 | E | 2 | 15 | 136 | 15 | 4A |
| Octal | 312 | 255 | 305 | 0 | 16 | 2 | 25 | 466 | 25 | 112 |
| Binary | 11001010 | 10101101 | 11000101 | 0 | 1110 | 10 | 10101 | 100110110 | 10101 | 1001010 |
Color Harmonies of #CAADC5
Complementary color
Monochromatic Colors of #CAADC5
Black with #CAADC5
Text Example
Text Example
White with #CAADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC5; }
p { color: rgb(202,173,197); }
H1.HeaderClassName
{
color: #CAADC5;
}
.AnyTagClassName
{
color: #CAADC5;
}
</style>
background-color css
<style>
a { background-color: #CAADC5; }
a { background-color: rgb(202,173,197); }
div.DivClassName
{
background-color: #CAADC5;
}
.BgClassName
{
background-color: #CAADC5;
}
</style>
border-color css
<style>
span { border-color: #CAADC5; }
span { border-color: rgb(202,173,197); }
td.TdClassName
{
border-color: #CAADC5;
}
.TagClassName
{
border-color: #CAADC5;
}
</style>