Shades of Maverick #CAAEBF
Tints of Maverick #CAAEBF
RGB
CMYK
RGB Variations
Color information
#CAAEBF (or 0xCAAEBF) is known color: Maverick. HEX triplet: CA, AE and BF. RGB value is (202,174,191). Sum of RGB (Red+Green+Blue) = 202+174+191=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBF is #355140. Grayscale: #B8B8B8. Windows color (decimal): -3494209 or 12562122. OLE color: 12562122.
HSL color Cylindrical-coordinate representation of color #CAAEBF: hue angle of 323.57º 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 #CAAEBF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 191 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.21 |
| HSL | 323.57º | 0.21% | 0.74% | - |
| HSV(B) | 323.57º | 0.14% | 0.79% | - |
| XYZ | 48.9 | 46.59 | 55.71 | - |
| YUV | 184.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 191 | 0 | 0.14 | 0.05 | 0.21 | 323.57 | 0.21 | 0.74 |
| Hex | CA | AE | BF | 0 | E | 5 | 15 | 144 | 15 | 4A |
| Octal | 312 | 256 | 277 | 0 | 16 | 5 | 25 | 504 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10111111 | 0 | 1110 | 101 | 10101 | 101000100 | 10101 | 1001010 |
Color Harmonies of #CAAEBF
Complementary color
Monochromatic Colors of #CAAEBF
Black with #CAAEBF
Text Example
Text Example
White with #CAAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEBF; }
p { color: rgb(202,174,191); }
H1.HeaderClassName
{
color: #CAAEBF;
}
.AnyTagClassName
{
color: #CAAEBF;
}
</style>
background-color css
<style>
a { background-color: #CAAEBF; }
a { background-color: rgb(202,174,191); }
div.DivClassName
{
background-color: #CAAEBF;
}
.BgClassName
{
background-color: #CAAEBF;
}
</style>
border-color css
<style>
span { border-color: #CAAEBF; }
span { border-color: rgb(202,174,191); }
td.TdClassName
{
border-color: #CAAEBF;
}
.TagClassName
{
border-color: #CAAEBF;
}
</style>