Shades of Maverick #CDB3C1
Tints of Maverick #CDB3C1
RGB
CMYK
RGB Variations
Color information
#CDB3C1 (or 0xCDB3C1) is known color: Maverick. HEX triplet: CD, B3 and C1. RGB value is (205,179,193). Sum of RGB (Red+Green+Blue) = 205+179+193=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3C1 is #324C3E. Grayscale: #BCBCBC. Windows color (decimal): -3296319 or 12694477. OLE color: 12694477.
HSL color Cylindrical-coordinate representation of color #CDB3C1: hue angle of 327.69º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3C1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 193 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.20 |
| HSL | 327.69º | 0.21% | 0.75% | - |
| HSV(B) | 327.69º | 0.13% | 0.8% | - |
| XYZ | 50.92 | 49.07 | 57.24 | - |
| YUV | 188.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 193 | 0 | 0.13 | 0.06 | 0.20 | 327.69 | 0.21 | 0.75 |
| Hex | CD | B3 | C1 | 0 | D | 6 | 14 | 148 | 15 | 4B |
| Octal | 315 | 263 | 301 | 0 | 15 | 6 | 24 | 510 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11000001 | 0 | 1101 | 110 | 10100 | 101001000 | 10101 | 1001011 |
Color Harmonies of #CDB3C1
Complementary color
Monochromatic Colors of #CDB3C1
Black with #CDB3C1
Text Example
Text Example
White with #CDB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3C1; }
p { color: rgb(205,179,193); }
H1.HeaderClassName
{
color: #CDB3C1;
}
.AnyTagClassName
{
color: #CDB3C1;
}
</style>
background-color css
<style>
a { background-color: #CDB3C1; }
a { background-color: rgb(205,179,193); }
div.DivClassName
{
background-color: #CDB3C1;
}
.BgClassName
{
background-color: #CDB3C1;
}
</style>
border-color css
<style>
span { border-color: #CDB3C1; }
span { border-color: rgb(205,179,193); }
td.TdClassName
{
border-color: #CDB3C1;
}
.TagClassName
{
border-color: #CDB3C1;
}
</style>