Shades of Maverick #CBADC5
Tints of Maverick #CBADC5
RGB
CMYK
RGB Variations
Color information
#CBADC5 (or 0xCBADC5) is known color: Maverick. HEX triplet: CB, AD and C5. RGB value is (203,173,197). Sum of RGB (Red+Green+Blue) = 203+173+197=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC5 is #34523A. Grayscale: #B8B8B8. Windows color (decimal): -3428923 or 12955083. OLE color: 12955083.
HSL color Cylindrical-coordinate representation of color #CBADC5: hue angle of 312º 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 #CBADC5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 197 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.20 |
| HSL | 312º | 0.22% | 0.74% | - |
| HSV(B) | 312º | 0.15% | 0.8% | - |
| XYZ | 49.65 | 46.61 | 59.2 | - |
| YUV | 184.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 197 | 0 | 0.15 | 0.03 | 0.20 | 312 | 0.22 | 0.74 |
| Hex | CB | AD | C5 | 0 | F | 3 | 14 | 138 | 16 | 4A |
| Octal | 313 | 255 | 305 | 0 | 17 | 3 | 24 | 470 | 26 | 112 |
| Binary | 11001011 | 10101101 | 11000101 | 0 | 1111 | 11 | 10100 | 100111000 | 10110 | 1001010 |
Color Harmonies of #CBADC5
Complementary color
Monochromatic Colors of #CBADC5
Black with #CBADC5
Text Example
Text Example
White with #CBADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADC5; }
p { color: rgb(203,173,197); }
H1.HeaderClassName
{
color: #CBADC5;
}
.AnyTagClassName
{
color: #CBADC5;
}
</style>
background-color css
<style>
a { background-color: #CBADC5; }
a { background-color: rgb(203,173,197); }
div.DivClassName
{
background-color: #CBADC5;
}
.BgClassName
{
background-color: #CBADC5;
}
</style>
border-color css
<style>
span { border-color: #CBADC5; }
span { border-color: rgb(203,173,197); }
td.TdClassName
{
border-color: #CBADC5;
}
.TagClassName
{
border-color: #CBADC5;
}
</style>