Shades of Maverick #CAAFC5
Tints of Maverick #CAAFC5
RGB
CMYK
RGB Variations
Color information
#CAAFC5 (or 0xCAAFC5) is known color: Maverick. HEX triplet: CA, AF and C5. RGB value is (202,175,197). Sum of RGB (Red+Green+Blue) = 202+175+197=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC5 is #35503A. Grayscale: #B9B9B9. Windows color (decimal): -3493947 or 12955594. OLE color: 12955594.
HSL color Cylindrical-coordinate representation of color #CAAFC5: hue angle of 311.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFC5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 175 | 197 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.21 |
| HSL | 311.11º | 0.2% | 0.74% | - |
| HSV(B) | 311.11º | 0.13% | 0.79% | - |
| XYZ | 49.77 | 47.25 | 59.32 | - |
| YUV | 185.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 197 | 0 | 0.13 | 0.02 | 0.21 | 311.11 | 0.2 | 0.74 |
| Hex | CA | AF | C5 | 0 | D | 2 | 15 | 137 | 14 | 4A |
| Octal | 312 | 257 | 305 | 0 | 15 | 2 | 25 | 467 | 24 | 112 |
| Binary | 11001010 | 10101111 | 11000101 | 0 | 1101 | 10 | 10101 | 100110111 | 10100 | 1001010 |
Color Harmonies of #CAAFC5
Complementary color
Monochromatic Colors of #CAAFC5
Black with #CAAFC5
Text Example
Text Example
White with #CAAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC5; }
p { color: rgb(202,175,197); }
H1.HeaderClassName
{
color: #CAAFC5;
}
.AnyTagClassName
{
color: #CAAFC5;
}
</style>
background-color css
<style>
a { background-color: #CAAFC5; }
a { background-color: rgb(202,175,197); }
div.DivClassName
{
background-color: #CAAFC5;
}
.BgClassName
{
background-color: #CAAFC5;
}
</style>
border-color css
<style>
span { border-color: #CAAFC5; }
span { border-color: rgb(202,175,197); }
td.TdClassName
{
border-color: #CAAFC5;
}
.TagClassName
{
border-color: #CAAFC5;
}
</style>