Shades of Maverick #CABDC7
Tints of Maverick #CABDC7
RGB
CMYK
RGB Variations
Color information
#CABDC7 (or 0xCABDC7) is known color: Maverick. HEX triplet: CA, BD and C7. RGB value is (202,189,199). Sum of RGB (Red+Green+Blue) = 202+189+199=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC7 is #354238. Grayscale: #C2C2C2. Windows color (decimal): -3490361 or 13090250. OLE color: 13090250.
HSL color Cylindrical-coordinate representation of color #CABDC7: hue angle of 313.85º 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 #CABDC7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 199 | - |
CMYK | 0 | 0.06 | 0.01 | 0.21 |
HSL | 313.85º | 0.11% | 0.77% | - |
HSV(B) | 313.85º | 0.06% | 0.79% | - |
XYZ | 52.86 | 53.08 | 61.49 | - |
YUV | 194.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 199 | 0 | 0.06 | 0.01 | 0.21 | 313.85 | 0.11 | 0.77 |
Hex | CA | BD | C7 | 0 | 6 | 1 | 15 | 13A | B | 4D |
Octal | 312 | 275 | 307 | 0 | 6 | 1 | 25 | 472 | 13 | 115 |
Binary | 11001010 | 10111101 | 11000111 | 0 | 110 | 1 | 10101 | 100111010 | 1011 | 1001101 |
Color Harmonies of #CABDC7
Complementary color
Monochromatic Colors of #CABDC7
Black with #CABDC7
Text Example
Text Example
White with #CABDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC7; }
p { color: rgb(202,189,199); }
H1.HeaderClassName
{
color: #CABDC7;
}
.AnyTagClassName
{
color: #CABDC7;
}
</style>
background-color css
<style>
a { background-color: #CABDC7; }
a { background-color: rgb(202,189,199); }
div.DivClassName
{
background-color: #CABDC7;
}
.BgClassName
{
background-color: #CABDC7;
}
</style>
border-color css
<style>
span { border-color: #CABDC7; }
span { border-color: rgb(202,189,199); }
td.TdClassName
{
border-color: #CABDC7;
}
.TagClassName
{
border-color: #CABDC7;
}
</style>