Shades of Maverick #CAADC1
Tints of Maverick #CAADC1
RGB
CMYK
RGB Variations
Color information
#CAADC1 (or 0xCAADC1) is known color: Maverick. HEX triplet: CA, AD and C1. RGB value is (202,173,193). Sum of RGB (Red+Green+Blue) = 202+173+193=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC1 is #35523E. Grayscale: #B7B7B7. Windows color (decimal): -3494463 or 12692938. OLE color: 12692938.
HSL color Cylindrical-coordinate representation of color #CAADC1: hue angle of 318.62º 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 #CAADC1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 193 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.21 |
| HSL | 318.62º | 0.21% | 0.74% | - |
| HSV(B) | 318.62º | 0.14% | 0.79% | - |
| XYZ | 48.93 | 46.29 | 56.81 | - |
| YUV | 183.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 193 | 0 | 0.14 | 0.04 | 0.21 | 318.62 | 0.21 | 0.74 |
| Hex | CA | AD | C1 | 0 | E | 4 | 15 | 13F | 15 | 4A |
| Octal | 312 | 255 | 301 | 0 | 16 | 4 | 25 | 477 | 25 | 112 |
| Binary | 11001010 | 10101101 | 11000001 | 0 | 1110 | 100 | 10101 | 100111111 | 10101 | 1001010 |
Color Harmonies of #CAADC1
Complementary color
Monochromatic Colors of #CAADC1
Black with #CAADC1
Text Example
Text Example
White with #CAADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC1; }
p { color: rgb(202,173,193); }
H1.HeaderClassName
{
color: #CAADC1;
}
.AnyTagClassName
{
color: #CAADC1;
}
</style>
background-color css
<style>
a { background-color: #CAADC1; }
a { background-color: rgb(202,173,193); }
div.DivClassName
{
background-color: #CAADC1;
}
.BgClassName
{
background-color: #CAADC1;
}
</style>
border-color css
<style>
span { border-color: #CAADC1; }
span { border-color: rgb(202,173,193); }
td.TdClassName
{
border-color: #CAADC1;
}
.TagClassName
{
border-color: #CAADC1;
}
</style>