Shades of Maverick #CDB3BF
Tints of Maverick #CDB3BF
RGB
CMYK
RGB Variations
Color information
#CDB3BF (or 0xCDB3BF) is known color: Maverick. HEX triplet: CD, B3 and BF. RGB value is (205,179,191). Sum of RGB (Red+Green+Blue) = 205+179+191=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3BF is #324C40. Grayscale: #BCBCBC. Windows color (decimal): -3296321 or 12563405. OLE color: 12563405.
HSL color Cylindrical-coordinate representation of color #CDB3BF: hue angle of 332.31º 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 #CDB3BF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 191 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.20 |
| HSL | 332.31º | 0.21% | 0.75% | - |
| HSV(B) | 332.31º | 0.13% | 0.8% | - |
| XYZ | 50.7 | 48.98 | 56.07 | - |
| YUV | 188.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 191 | 0 | 0.13 | 0.07 | 0.20 | 332.31 | 0.21 | 0.75 |
| Hex | CD | B3 | BF | 0 | D | 7 | 14 | 14C | 15 | 4B |
| Octal | 315 | 263 | 277 | 0 | 15 | 7 | 24 | 514 | 25 | 113 |
| Binary | 11001101 | 10110011 | 10111111 | 0 | 1101 | 111 | 10100 | 101001100 | 10101 | 1001011 |
Color Harmonies of #CDB3BF
Complementary color
Monochromatic Colors of #CDB3BF
Black with #CDB3BF
Text Example
Text Example
White with #CDB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3BF; }
p { color: rgb(205,179,191); }
H1.HeaderClassName
{
color: #CDB3BF;
}
.AnyTagClassName
{
color: #CDB3BF;
}
</style>
background-color css
<style>
a { background-color: #CDB3BF; }
a { background-color: rgb(205,179,191); }
div.DivClassName
{
background-color: #CDB3BF;
}
.BgClassName
{
background-color: #CDB3BF;
}
</style>
border-color css
<style>
span { border-color: #CDB3BF; }
span { border-color: rgb(205,179,191); }
td.TdClassName
{
border-color: #CDB3BF;
}
.TagClassName
{
border-color: #CDB3BF;
}
</style>