Shades of Maverick #CAADC2
Tints of Maverick #CAADC2
RGB
CMYK
RGB Variations
Color information
#CAADC2 (or 0xCAADC2) is known color: Maverick. HEX triplet: CA, AD and C2. RGB value is (202,173,194). Sum of RGB (Red+Green+Blue) = 202+173+194=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC2 is #35523D. Grayscale: #B8B8B8. Windows color (decimal): -3494462 or 12758474. OLE color: 12758474.
HSL color Cylindrical-coordinate representation of color #CAADC2: hue angle of 316.55º 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 #CAADC2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 173 | 194 | - |
CMYK | 0 | 0.14 | 0.04 | 0.21 |
HSL | 316.55º | 0.21% | 0.74% | - |
HSV(B) | 316.55º | 0.14% | 0.79% | - |
XYZ | 49.04 | 46.34 | 57.4 | - |
YUV | 184.07 | 133.61 | 140.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 173 | 194 | 0 | 0.14 | 0.04 | 0.21 | 316.55 | 0.21 | 0.74 |
Hex | CA | AD | C2 | 0 | E | 4 | 15 | 13D | 15 | 4A |
Octal | 312 | 255 | 302 | 0 | 16 | 4 | 25 | 475 | 25 | 112 |
Binary | 11001010 | 10101101 | 11000010 | 0 | 1110 | 100 | 10101 | 100111101 | 10101 | 1001010 |
Color Harmonies of #CAADC2
Complementary color
Monochromatic Colors of #CAADC2
Black with #CAADC2
Text Example
Text Example
White with #CAADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC2; }
p { color: rgb(202,173,194); }
H1.HeaderClassName
{
color: #CAADC2;
}
.AnyTagClassName
{
color: #CAADC2;
}
</style>
background-color css
<style>
a { background-color: #CAADC2; }
a { background-color: rgb(202,173,194); }
div.DivClassName
{
background-color: #CAADC2;
}
.BgClassName
{
background-color: #CAADC2;
}
</style>
border-color css
<style>
span { border-color: #CAADC2; }
span { border-color: rgb(202,173,194); }
td.TdClassName
{
border-color: #CAADC2;
}
.TagClassName
{
border-color: #CAADC2;
}
</style>