Shades of Maverick #CBADC6
Tints of Maverick #CBADC6
RGB
CMYK
RGB Variations
Color information
#CBADC6 (or 0xCBADC6) is known color: Maverick. HEX triplet: CB, AD and C6. RGB value is (203,173,198). Sum of RGB (Red+Green+Blue) = 203+173+198=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC6 is #345239. Grayscale: #B8B8B8. Windows color (decimal): -3428922 or 13020619. OLE color: 13020619.
HSL color Cylindrical-coordinate representation of color #CBADC6: hue angle of 310º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADC6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 198 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.20 |
| HSL | 310º | 0.22% | 0.74% | - |
| HSV(B) | 310º | 0.15% | 0.8% | - |
| XYZ | 49.77 | 46.66 | 59.81 | - |
| YUV | 184.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 198 | 0 | 0.15 | 0.02 | 0.20 | 310 | 0.22 | 0.74 |
| Hex | CB | AD | C6 | 0 | F | 2 | 14 | 136 | 16 | 4A |
| Octal | 313 | 255 | 306 | 0 | 17 | 2 | 24 | 466 | 26 | 112 |
| Binary | 11001011 | 10101101 | 11000110 | 0 | 1111 | 10 | 10100 | 100110110 | 10110 | 1001010 |
Color Harmonies of #CBADC6
Complementary color
Monochromatic Colors of #CBADC6
Black with #CBADC6
Text Example
Text Example
White with #CBADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADC6; }
p { color: rgb(203,173,198); }
H1.HeaderClassName
{
color: #CBADC6;
}
.AnyTagClassName
{
color: #CBADC6;
}
</style>
background-color css
<style>
a { background-color: #CBADC6; }
a { background-color: rgb(203,173,198); }
div.DivClassName
{
background-color: #CBADC6;
}
.BgClassName
{
background-color: #CBADC6;
}
</style>
border-color css
<style>
span { border-color: #CBADC6; }
span { border-color: rgb(203,173,198); }
td.TdClassName
{
border-color: #CBADC6;
}
.TagClassName
{
border-color: #CBADC6;
}
</style>