Shades of Maverick #CDB9C4
Tints of Maverick #CDB9C4
RGB
CMYK
RGB Variations
Color information
#CDB9C4 (or 0xCDB9C4) is known color: Maverick. HEX triplet: CD, B9 and C4. RGB value is (205,185,196). Sum of RGB (Red+Green+Blue) = 205+185+196=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9C4 is #32463B. Grayscale: #C0C0C0. Windows color (decimal): -3294780 or 12892621. OLE color: 12892621.
HSL color Cylindrical-coordinate representation of color #CDB9C4: hue angle of 327º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9C4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 196 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.20 |
| HSL | 327º | 0.17% | 0.76% | - |
| HSV(B) | 327º | 0.1% | 0.8% | - |
| XYZ | 52.49 | 51.66 | 59.43 | - |
| YUV | 192.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 196 | 0 | 0.10 | 0.04 | 0.20 | 327 | 0.17 | 0.76 |
| Hex | CD | B9 | C4 | 0 | A | 4 | 14 | 147 | 11 | 4C |
| Octal | 315 | 271 | 304 | 0 | 12 | 4 | 24 | 507 | 21 | 114 |
| Binary | 11001101 | 10111001 | 11000100 | 0 | 1010 | 100 | 10100 | 101000111 | 10001 | 1001100 |
Color Harmonies of #CDB9C4
Complementary color
Monochromatic Colors of #CDB9C4
Black with #CDB9C4
Text Example
Text Example
White with #CDB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9C4; }
p { color: rgb(205,185,196); }
H1.HeaderClassName
{
color: #CDB9C4;
}
.AnyTagClassName
{
color: #CDB9C4;
}
</style>
background-color css
<style>
a { background-color: #CDB9C4; }
a { background-color: rgb(205,185,196); }
div.DivClassName
{
background-color: #CDB9C4;
}
.BgClassName
{
background-color: #CDB9C4;
}
</style>
border-color css
<style>
span { border-color: #CDB9C4; }
span { border-color: rgb(205,185,196); }
td.TdClassName
{
border-color: #CDB9C4;
}
.TagClassName
{
border-color: #CDB9C4;
}
</style>