Shades of Maverick #CDB0C0
Tints of Maverick #CDB0C0
RGB
CMYK
RGB Variations
Color information
#CDB0C0 (or 0xCDB0C0) is known color: Maverick. HEX triplet: CD, B0 and C0. RGB value is (205,176,192). Sum of RGB (Red+Green+Blue) = 205+176+192=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C0 is #324F3F. Grayscale: #BABABA. Windows color (decimal): -3297088 or 12628173. OLE color: 12628173.
HSL color Cylindrical-coordinate representation of color #CDB0C0: hue angle of 326.9º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0C0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 192 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.20 |
| HSL | 326.9º | 0.22% | 0.75% | - |
| HSV(B) | 326.9º | 0.14% | 0.8% | - |
| XYZ | 50.22 | 47.84 | 56.46 | - |
| YUV | 186.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 192 | 0 | 0.14 | 0.06 | 0.20 | 326.9 | 0.22 | 0.75 |
| Hex | CD | B0 | C0 | 0 | E | 6 | 14 | 147 | 16 | 4B |
| Octal | 315 | 260 | 300 | 0 | 16 | 6 | 24 | 507 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11000000 | 0 | 1110 | 110 | 10100 | 101000111 | 10110 | 1001011 |
Color Harmonies of #CDB0C0
Complementary color
Monochromatic Colors of #CDB0C0
Black with #CDB0C0
Text Example
Text Example
White with #CDB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C0; }
p { color: rgb(205,176,192); }
H1.HeaderClassName
{
color: #CDB0C0;
}
.AnyTagClassName
{
color: #CDB0C0;
}
</style>
background-color css
<style>
a { background-color: #CDB0C0; }
a { background-color: rgb(205,176,192); }
div.DivClassName
{
background-color: #CDB0C0;
}
.BgClassName
{
background-color: #CDB0C0;
}
</style>
border-color css
<style>
span { border-color: #CDB0C0; }
span { border-color: rgb(205,176,192); }
td.TdClassName
{
border-color: #CDB0C0;
}
.TagClassName
{
border-color: #CDB0C0;
}
</style>