Shades of Maverick #C3ADBB
Tints of Maverick #C3ADBB
RGB
CMYK
RGB Variations
Color information
#C3ADBB (or 0xC3ADBB) is known color: Maverick. HEX triplet: C3, AD and BB. RGB value is (195,173,187). Sum of RGB (Red+Green+Blue) = 195+173+187=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADBB is #3C5244. Grayscale: #B5B5B5. Windows color (decimal): -3953221 or 12299715. OLE color: 12299715.
HSL color Cylindrical-coordinate representation of color #C3ADBB: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3ADBB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 187 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.24 |
| HSL | 321.82º | 0.15% | 0.72% | - |
| HSV(B) | 321.82º | 0.11% | 0.76% | - |
| XYZ | 46.42 | 45.08 | 53.27 | - |
| YUV | 181.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 187 | 0 | 0.11 | 0.04 | 0.24 | 321.82 | 0.15 | 0.72 |
| Hex | C3 | AD | BB | 0 | B | 4 | 18 | 142 | F | 48 |
| Octal | 303 | 255 | 273 | 0 | 13 | 4 | 30 | 502 | 17 | 110 |
| Binary | 11000011 | 10101101 | 10111011 | 0 | 1011 | 100 | 11000 | 101000010 | 1111 | 1001000 |
Color Harmonies of #C3ADBB
Complementary color
Monochromatic Colors of #C3ADBB
Black with #C3ADBB
Text Example
Text Example
White with #C3ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADBB; }
p { color: rgb(195,173,187); }
H1.HeaderClassName
{
color: #C3ADBB;
}
.AnyTagClassName
{
color: #C3ADBB;
}
</style>
background-color css
<style>
a { background-color: #C3ADBB; }
a { background-color: rgb(195,173,187); }
div.DivClassName
{
background-color: #C3ADBB;
}
.BgClassName
{
background-color: #C3ADBB;
}
</style>
border-color css
<style>
span { border-color: #C3ADBB; }
span { border-color: rgb(195,173,187); }
td.TdClassName
{
border-color: #C3ADBB;
}
.TagClassName
{
border-color: #C3ADBB;
}
</style>