Shades of Maverick #CABDC4
Tints of Maverick #CABDC4
RGB
CMYK
RGB Variations
Color information
#CABDC4 (or 0xCABDC4) is known color: Maverick. HEX triplet: CA, BD and C4. RGB value is (202,189,196). Sum of RGB (Red+Green+Blue) = 202+189+196=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC4 is #35423B. Grayscale: #C1C1C1. Windows color (decimal): -3490364 or 12893642. OLE color: 12893642.
HSL color Cylindrical-coordinate representation of color #CABDC4: hue angle of 327.69º 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 #CABDC4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 196 | - |
CMYK | 0 | 0.06 | 0.03 | 0.21 |
HSL | 327.69º | 0.11% | 0.77% | - |
HSV(B) | 327.69º | 0.06% | 0.79% | - |
XYZ | 52.52 | 52.94 | 59.67 | - |
YUV | 193.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 196 | 0 | 0.06 | 0.03 | 0.21 | 327.69 | 0.11 | 0.77 |
Hex | CA | BD | C4 | 0 | 6 | 3 | 15 | 148 | B | 4D |
Octal | 312 | 275 | 304 | 0 | 6 | 3 | 25 | 510 | 13 | 115 |
Binary | 11001010 | 10111101 | 11000100 | 0 | 110 | 11 | 10101 | 101001000 | 1011 | 1001101 |
Color Harmonies of #CABDC4
Complementary color
Monochromatic Colors of #CABDC4
Black with #CABDC4
Text Example
Text Example
White with #CABDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDC4; }
p { color: rgb(202,189,196); }
H1.HeaderClassName
{
color: #CABDC4;
}
.AnyTagClassName
{
color: #CABDC4;
}
</style>
background-color css
<style>
a { background-color: #CABDC4; }
a { background-color: rgb(202,189,196); }
div.DivClassName
{
background-color: #CABDC4;
}
.BgClassName
{
background-color: #CABDC4;
}
</style>
border-color css
<style>
span { border-color: #CABDC4; }
span { border-color: rgb(202,189,196); }
td.TdClassName
{
border-color: #CABDC4;
}
.TagClassName
{
border-color: #CABDC4;
}
</style>