Shades of Maverick #CABDC8
Tints of Maverick #CABDC8
RGB
CMYK
RGB Variations
Color information
#CABDC8 (or 0xCABDC8) is known color: Maverick. HEX triplet: CA, BD and C8. RGB value is (202,189,200). Sum of RGB (Red+Green+Blue) = 202+189+200=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC8 is #354237. Grayscale: #C2C2C2. Windows color (decimal): -3490360 or 13155786. OLE color: 13155786.
HSL color Cylindrical-coordinate representation of color #CABDC8: hue angle of 309.23º 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 #CABDC8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 200 | - |
CMYK | 0 | 0.06 | 0.01 | 0.21 |
HSL | 309.23º | 0.11% | 0.77% | - |
HSV(B) | 309.23º | 0.06% | 0.79% | - |
XYZ | 52.98 | 53.12 | 62.1 | - |
YUV | 194.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 200 | 0 | 0.06 | 0.01 | 0.21 | 309.23 | 0.11 | 0.77 |
Hex | CA | BD | C8 | 0 | 6 | 1 | 15 | 135 | B | 4D |
Octal | 312 | 275 | 310 | 0 | 6 | 1 | 25 | 465 | 13 | 115 |
Binary | 11001010 | 10111101 | 11001000 | 0 | 110 | 1 | 10101 | 100110101 | 1011 | 1001101 |
Color Harmonies of #CABDC8
Complementary color
Monochromatic Colors of #CABDC8
Black with #CABDC8
Text Example
Text Example
White with #CABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC8; }
p { color: rgb(202,189,200); }
H1.HeaderClassName
{
color: #CABDC8;
}
.AnyTagClassName
{
color: #CABDC8;
}
</style>
background-color css
<style>
a { background-color: #CABDC8; }
a { background-color: rgb(202,189,200); }
div.DivClassName
{
background-color: #CABDC8;
}
.BgClassName
{
background-color: #CABDC8;
}
</style>
border-color css
<style>
span { border-color: #CABDC8; }
span { border-color: rgb(202,189,200); }
td.TdClassName
{
border-color: #CABDC8;
}
.TagClassName
{
border-color: #CABDC8;
}
</style>