Shades of Maverick #CDB4BF
Tints of Maverick #CDB4BF
RGB
CMYK
RGB Variations
Color information
#CDB4BF (or 0xCDB4BF) is known color: Maverick. HEX triplet: CD, B4 and BF. RGB value is (205,180,191). Sum of RGB (Red+Green+Blue) = 205+180+191=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4BF is #324B40. Grayscale: #BCBCBC. Windows color (decimal): -3296065 or 12563661. OLE color: 12563661.
HSL color Cylindrical-coordinate representation of color #CDB4BF: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4BF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 191 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.20 |
| HSL | 333.6º | 0.2% | 0.75% | - |
| HSV(B) | 333.6º | 0.12% | 0.8% | - |
| XYZ | 50.9 | 49.38 | 56.14 | - |
| YUV | 188.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 191 | 0 | 0.12 | 0.07 | 0.20 | 333.6 | 0.2 | 0.75 |
| Hex | CD | B4 | BF | 0 | C | 7 | 14 | 14E | 14 | 4B |
| Octal | 315 | 264 | 277 | 0 | 14 | 7 | 24 | 516 | 24 | 113 |
| Binary | 11001101 | 10110100 | 10111111 | 0 | 1100 | 111 | 10100 | 101001110 | 10100 | 1001011 |
Color Harmonies of #CDB4BF
Complementary color
Monochromatic Colors of #CDB4BF
Black with #CDB4BF
Text Example
Text Example
White with #CDB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4BF; }
p { color: rgb(205,180,191); }
H1.HeaderClassName
{
color: #CDB4BF;
}
.AnyTagClassName
{
color: #CDB4BF;
}
</style>
background-color css
<style>
a { background-color: #CDB4BF; }
a { background-color: rgb(205,180,191); }
div.DivClassName
{
background-color: #CDB4BF;
}
.BgClassName
{
background-color: #CDB4BF;
}
</style>
border-color css
<style>
span { border-color: #CDB4BF; }
span { border-color: rgb(205,180,191); }
td.TdClassName
{
border-color: #CDB4BF;
}
.TagClassName
{
border-color: #CDB4BF;
}
</style>