Shades of Maverick #CABDC6
Tints of Maverick #CABDC6
RGB
CMYK
RGB Variations
Color information
#CABDC6 (or 0xCABDC6) is known color: Maverick. HEX triplet: CA, BD and C6. RGB value is (202,189,198). Sum of RGB (Red+Green+Blue) = 202+189+198=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC6 is #354239. Grayscale: #C1C1C1. Windows color (decimal): -3490362 or 13024714. OLE color: 13024714.
HSL color Cylindrical-coordinate representation of color #CABDC6: hue angle of 318.46º degrees, saturation: 0.11, 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 #CABDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 198 | - |
CMYK | 0 | 0.06 | 0.02 | 0.21 |
HSL | 318.46º | 0.11% | 0.77% | - |
HSV(B) | 318.46º | 0.06% | 0.79% | - |
XYZ | 52.75 | 53.03 | 60.88 | - |
YUV | 193.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 198 | 0 | 0.06 | 0.02 | 0.21 | 318.46 | 0.11 | 0.77 |
Hex | CA | BD | C6 | 0 | 6 | 2 | 15 | 13E | B | 4D |
Octal | 312 | 275 | 306 | 0 | 6 | 2 | 25 | 476 | 13 | 115 |
Binary | 11001010 | 10111101 | 11000110 | 0 | 110 | 10 | 10101 | 100111110 | 1011 | 1001101 |
Color Harmonies of #CABDC6
Complementary color
Monochromatic Colors of #CABDC6
Black with #CABDC6
Text Example
Text Example
White with #CABDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC6; }
p { color: rgb(202,189,198); }
H1.HeaderClassName
{
color: #CABDC6;
}
.AnyTagClassName
{
color: #CABDC6;
}
</style>
background-color css
<style>
a { background-color: #CABDC6; }
a { background-color: rgb(202,189,198); }
div.DivClassName
{
background-color: #CABDC6;
}
.BgClassName
{
background-color: #CABDC6;
}
</style>
border-color css
<style>
span { border-color: #CABDC6; }
span { border-color: rgb(202,189,198); }
td.TdClassName
{
border-color: #CABDC6;
}
.TagClassName
{
border-color: #CABDC6;
}
</style>