Shades of Maverick #CBADC4
Tints of Maverick #CBADC4
RGB
CMYK
RGB Variations
Color information
#CBADC4 (or 0xCBADC4) is known color: Maverick. HEX triplet: CB, AD and C4. RGB value is (203,173,196). Sum of RGB (Red+Green+Blue) = 203+173+196=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC4 is #34523B. Grayscale: #B8B8B8. Windows color (decimal): -3428924 or 12889547. OLE color: 12889547.
HSL color Cylindrical-coordinate representation of color #CBADC4: hue angle of 314º 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 #CBADC4 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 196 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.20 |
| HSL | 314º | 0.22% | 0.74% | - |
| HSV(B) | 314º | 0.15% | 0.8% | - |
| XYZ | 49.54 | 46.57 | 58.6 | - |
| YUV | 184.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 196 | 0 | 0.15 | 0.03 | 0.20 | 314 | 0.22 | 0.74 |
| Hex | CB | AD | C4 | 0 | F | 3 | 14 | 13A | 16 | 4A |
| Octal | 313 | 255 | 304 | 0 | 17 | 3 | 24 | 472 | 26 | 112 |
| Binary | 11001011 | 10101101 | 11000100 | 0 | 1111 | 11 | 10100 | 100111010 | 10110 | 1001010 |
Color Harmonies of #CBADC4
Complementary color
Monochromatic Colors of #CBADC4
Black with #CBADC4
Text Example
Text Example
White with #CBADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADC4; }
p { color: rgb(203,173,196); }
H1.HeaderClassName
{
color: #CBADC4;
}
.AnyTagClassName
{
color: #CBADC4;
}
</style>
background-color css
<style>
a { background-color: #CBADC4; }
a { background-color: rgb(203,173,196); }
div.DivClassName
{
background-color: #CBADC4;
}
.BgClassName
{
background-color: #CBADC4;
}
</style>
border-color css
<style>
span { border-color: #CBADC4; }
span { border-color: rgb(203,173,196); }
td.TdClassName
{
border-color: #CBADC4;
}
.TagClassName
{
border-color: #CBADC4;
}
</style>