Shades of Maverick #CAB7C4
Tints of Maverick #CAB7C4
RGB
CMYK
RGB Variations
Color information
#CAB7C4 (or 0xCAB7C4) is known color: Maverick. HEX triplet: CA, B7 and C4. RGB value is (202,183,196). Sum of RGB (Red+Green+Blue) = 202+183+196=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7C4 is #35483B. Grayscale: #BEBEBE. Windows color (decimal): -3491900 or 12892106. OLE color: 12892106.
HSL color Cylindrical-coordinate representation of color #CAB7C4: hue angle of 318.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB7C4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 196 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.21 |
| HSL | 318.95º | 0.15% | 0.75% | - |
| HSV(B) | 318.95º | 0.09% | 0.79% | - |
| XYZ | 51.25 | 50.41 | 59.25 | - |
| YUV | 190.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 196 | 0 | 0.09 | 0.03 | 0.21 | 318.95 | 0.15 | 0.75 |
| Hex | CA | B7 | C4 | 0 | 9 | 3 | 15 | 13F | F | 4B |
| Octal | 312 | 267 | 304 | 0 | 11 | 3 | 25 | 477 | 17 | 113 |
| Binary | 11001010 | 10110111 | 11000100 | 0 | 1001 | 11 | 10101 | 100111111 | 1111 | 1001011 |
Color Harmonies of #CAB7C4
Complementary color
Monochromatic Colors of #CAB7C4
Black with #CAB7C4
Text Example
Text Example
White with #CAB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7C4; }
p { color: rgb(202,183,196); }
H1.HeaderClassName
{
color: #CAB7C4;
}
.AnyTagClassName
{
color: #CAB7C4;
}
</style>
background-color css
<style>
a { background-color: #CAB7C4; }
a { background-color: rgb(202,183,196); }
div.DivClassName
{
background-color: #CAB7C4;
}
.BgClassName
{
background-color: #CAB7C4;
}
</style>
border-color css
<style>
span { border-color: #CAB7C4; }
span { border-color: rgb(202,183,196); }
td.TdClassName
{
border-color: #CAB7C4;
}
.TagClassName
{
border-color: #CAB7C4;
}
</style>