Shades of Maverick #CABEC6
Tints of Maverick #CABEC6
RGB
CMYK
RGB Variations
Color information
#CABEC6 (or 0xCABEC6) is known color: Maverick. HEX triplet: CA, BE and C6. RGB value is (202,190,198). Sum of RGB (Red+Green+Blue) = 202+190+198=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC6 is #354139. Grayscale: #C2C2C2. Windows color (decimal): -3490106 or 13024970. OLE color: 13024970.
HSL color Cylindrical-coordinate representation of color #CABEC6: hue angle of 320º 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 #CABEC6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 198 | - |
CMYK | 0 | 0.06 | 0.02 | 0.21 |
HSL | 320º | 0.1% | 0.77% | - |
HSV(B) | 320º | 0.06% | 0.79% | - |
XYZ | 52.96 | 53.46 | 60.95 | - |
YUV | 194.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 198 | 0 | 0.06 | 0.02 | 0.21 | 320 | 0.1 | 0.77 |
Hex | CA | BE | C6 | 0 | 6 | 2 | 15 | 140 | A | 4D |
Octal | 312 | 276 | 306 | 0 | 6 | 2 | 25 | 500 | 12 | 115 |
Binary | 11001010 | 10111110 | 11000110 | 0 | 110 | 10 | 10101 | 101000000 | 1010 | 1001101 |
Color Harmonies of #CABEC6
Complementary color
Monochromatic Colors of #CABEC6
Black with #CABEC6
Text Example
Text Example
White with #CABEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEC6; }
p { color: rgb(202,190,198); }
H1.HeaderClassName
{
color: #CABEC6;
}
.AnyTagClassName
{
color: #CABEC6;
}
</style>
background-color css
<style>
a { background-color: #CABEC6; }
a { background-color: rgb(202,190,198); }
div.DivClassName
{
background-color: #CABEC6;
}
.BgClassName
{
background-color: #CABEC6;
}
</style>
border-color css
<style>
span { border-color: #CABEC6; }
span { border-color: rgb(202,190,198); }
td.TdClassName
{
border-color: #CABEC6;
}
.TagClassName
{
border-color: #CABEC6;
}
</style>