Shades of Maverick #CAB0C3
Tints of Maverick #CAB0C3
RGB
CMYK
RGB Variations
Color information
#CAB0C3 (or 0xCAB0C3) is known color: Maverick. HEX triplet: CA, B0 and C3. RGB value is (202,176,195). Sum of RGB (Red+Green+Blue) = 202+176+195=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C3 is #354F3C. Grayscale: #B9B9B9. Windows color (decimal): -3493693 or 12824778. OLE color: 12824778.
HSL color Cylindrical-coordinate representation of color #CAB0C3: hue angle of 316.15º 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 #CAB0C3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 176 | 195 | - |
CMYK | 0 | 0.13 | 0.03 | 0.21 |
HSL | 316.15º | 0.2% | 0.74% | - |
HSV(B) | 316.15º | 0.13% | 0.79% | - |
XYZ | 49.73 | 47.55 | 58.19 | - |
YUV | 185.94 | 133.11 | 139.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 176 | 195 | 0 | 0.13 | 0.03 | 0.21 | 316.15 | 0.2 | 0.74 |
Hex | CA | B0 | C3 | 0 | D | 3 | 15 | 13C | 14 | 4A |
Octal | 312 | 260 | 303 | 0 | 15 | 3 | 25 | 474 | 24 | 112 |
Binary | 11001010 | 10110000 | 11000011 | 0 | 1101 | 11 | 10101 | 100111100 | 10100 | 1001010 |
Color Harmonies of #CAB0C3
Complementary color
Monochromatic Colors of #CAB0C3
Black with #CAB0C3
Text Example
Text Example
White with #CAB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0C3; }
p { color: rgb(202,176,195); }
H1.HeaderClassName
{
color: #CAB0C3;
}
.AnyTagClassName
{
color: #CAB0C3;
}
</style>
background-color css
<style>
a { background-color: #CAB0C3; }
a { background-color: rgb(202,176,195); }
div.DivClassName
{
background-color: #CAB0C3;
}
.BgClassName
{
background-color: #CAB0C3;
}
</style>
border-color css
<style>
span { border-color: #CAB0C3; }
span { border-color: rgb(202,176,195); }
td.TdClassName
{
border-color: #CAB0C3;
}
.TagClassName
{
border-color: #CAB0C3;
}
</style>