Shades of Maverick #CABEC7
Tints of Maverick #CABEC7
RGB
CMYK
RGB Variations
Color information
#CABEC7 (or 0xCABEC7) is known color: Maverick. HEX triplet: CA, BE and C7. RGB value is (202,190,199). Sum of RGB (Red+Green+Blue) = 202+190+199=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC7 is #354138. Grayscale: #C2C2C2. Windows color (decimal): -3490105 or 13090506. OLE color: 13090506.
HSL color Cylindrical-coordinate representation of color #CABEC7: hue angle of 315º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEC7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 199 | - |
CMYK | 0 | 0.06 | 0.01 | 0.21 |
HSL | 315º | 0.1% | 0.77% | - |
HSV(B) | 315º | 0.06% | 0.79% | - |
XYZ | 53.08 | 53.51 | 61.56 | - |
YUV | 194.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 199 | 0 | 0.06 | 0.01 | 0.21 | 315 | 0.1 | 0.77 |
Hex | CA | BE | C7 | 0 | 6 | 1 | 15 | 13B | A | 4D |
Octal | 312 | 276 | 307 | 0 | 6 | 1 | 25 | 473 | 12 | 115 |
Binary | 11001010 | 10111110 | 11000111 | 0 | 110 | 1 | 10101 | 100111011 | 1010 | 1001101 |
Color Harmonies of #CABEC7
Complementary color
Monochromatic Colors of #CABEC7
Black with #CABEC7
Text Example
Text Example
White with #CABEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEC7; }
p { color: rgb(202,190,199); }
H1.HeaderClassName
{
color: #CABEC7;
}
.AnyTagClassName
{
color: #CABEC7;
}
</style>
background-color css
<style>
a { background-color: #CABEC7; }
a { background-color: rgb(202,190,199); }
div.DivClassName
{
background-color: #CABEC7;
}
.BgClassName
{
background-color: #CABEC7;
}
</style>
border-color css
<style>
span { border-color: #CABEC7; }
span { border-color: rgb(202,190,199); }
td.TdClassName
{
border-color: #CABEC7;
}
.TagClassName
{
border-color: #CABEC7;
}
</style>