Shades of Maverick #CABEC5
Tints of Maverick #CABEC5
RGB
CMYK
RGB Variations
Color information
#CABEC5 (or 0xCABEC5) is known color: Maverick. HEX triplet: CA, BE and C5. RGB value is (202,190,197). Sum of RGB (Red+Green+Blue) = 202+190+197=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC5 is #35413A. Grayscale: #C2C2C2. Windows color (decimal): -3490107 or 12959434. OLE color: 12959434.
HSL color Cylindrical-coordinate representation of color #CABEC5: hue angle of 325º 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 #CABEC5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 197 | - |
CMYK | 0 | 0.06 | 0.02 | 0.21 |
HSL | 325º | 0.1% | 0.77% | - |
HSV(B) | 325º | 0.06% | 0.79% | - |
XYZ | 52.85 | 53.41 | 60.35 | - |
YUV | 194.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 197 | 0 | 0.06 | 0.02 | 0.21 | 325 | 0.1 | 0.77 |
Hex | CA | BE | C5 | 0 | 6 | 2 | 15 | 145 | A | 4D |
Octal | 312 | 276 | 305 | 0 | 6 | 2 | 25 | 505 | 12 | 115 |
Binary | 11001010 | 10111110 | 11000101 | 0 | 110 | 10 | 10101 | 101000101 | 1010 | 1001101 |
Color Harmonies of #CABEC5
Complementary color
Monochromatic Colors of #CABEC5
Black with #CABEC5
Text Example
Text Example
White with #CABEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEC5; }
p { color: rgb(202,190,197); }
H1.HeaderClassName
{
color: #CABEC5;
}
.AnyTagClassName
{
color: #CABEC5;
}
</style>
background-color css
<style>
a { background-color: #CABEC5; }
a { background-color: rgb(202,190,197); }
div.DivClassName
{
background-color: #CABEC5;
}
.BgClassName
{
background-color: #CABEC5;
}
</style>
border-color css
<style>
span { border-color: #CABEC5; }
span { border-color: rgb(202,190,197); }
td.TdClassName
{
border-color: #CABEC5;
}
.TagClassName
{
border-color: #CABEC5;
}
</style>