Shades of Maverick #C9B5C4
Tints of Maverick #C9B5C4
RGB
CMYK
RGB Variations
Color information
#C9B5C4 (or 0xC9B5C4) is known color: Maverick. HEX triplet: C9, B5 and C4. RGB value is (201,181,196). Sum of RGB (Red+Green+Blue) = 201+181+196=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5C4 is #364A3B. Grayscale: #BCBCBC. Windows color (decimal): -3557948 or 12891593. OLE color: 12891593.
HSL color Cylindrical-coordinate representation of color #C9B5C4: hue angle of 315º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9B5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 196 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.21 |
| HSL | 315º | 0.16% | 0.75% | - |
| HSV(B) | 315º | 0.1% | 0.79% | - |
| XYZ | 50.58 | 49.45 | 59.1 | - |
| YUV | 188.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 196 | 0 | 0.10 | 0.02 | 0.21 | 315 | 0.16 | 0.75 |
| Hex | C9 | B5 | C4 | 0 | A | 2 | 15 | 13B | 10 | 4B |
| Octal | 311 | 265 | 304 | 0 | 12 | 2 | 25 | 473 | 20 | 113 |
| Binary | 11001001 | 10110101 | 11000100 | 0 | 1010 | 10 | 10101 | 100111011 | 10000 | 1001011 |
Color Harmonies of #C9B5C4
Complementary color
Monochromatic Colors of #C9B5C4
Black with #C9B5C4
Text Example
Text Example
White with #C9B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5C4; }
p { color: rgb(201,181,196); }
H1.HeaderClassName
{
color: #C9B5C4;
}
.AnyTagClassName
{
color: #C9B5C4;
}
</style>
background-color css
<style>
a { background-color: #C9B5C4; }
a { background-color: rgb(201,181,196); }
div.DivClassName
{
background-color: #C9B5C4;
}
.BgClassName
{
background-color: #C9B5C4;
}
</style>
border-color css
<style>
span { border-color: #C9B5C4; }
span { border-color: rgb(201,181,196); }
td.TdClassName
{
border-color: #C9B5C4;
}
.TagClassName
{
border-color: #C9B5C4;
}
</style>