Shades of Maverick #CDB1C0
Tints of Maverick #CDB1C0
RGB
CMYK
RGB Variations
Color information
#CDB1C0 (or 0xCDB1C0) is known color: Maverick. HEX triplet: CD, B1 and C0. RGB value is (205,177,192). Sum of RGB (Red+Green+Blue) = 205+177+192=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1C0 is #324E3F. Grayscale: #BBBBBB. Windows color (decimal): -3296832 or 12628429. OLE color: 12628429.
HSL color Cylindrical-coordinate representation of color #CDB1C0: hue angle of 327.86º 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 #CDB1C0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 192 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.20 |
| HSL | 327.86º | 0.22% | 0.75% | - |
| HSV(B) | 327.86º | 0.14% | 0.8% | - |
| XYZ | 50.41 | 48.23 | 56.52 | - |
| YUV | 187.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 192 | 0 | 0.14 | 0.06 | 0.20 | 327.86 | 0.22 | 0.75 |
| Hex | CD | B1 | C0 | 0 | E | 6 | 14 | 148 | 16 | 4B |
| Octal | 315 | 261 | 300 | 0 | 16 | 6 | 24 | 510 | 26 | 113 |
| Binary | 11001101 | 10110001 | 11000000 | 0 | 1110 | 110 | 10100 | 101001000 | 10110 | 1001011 |
Color Harmonies of #CDB1C0
Complementary color
Monochromatic Colors of #CDB1C0
Black with #CDB1C0
Text Example
Text Example
White with #CDB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1C0; }
p { color: rgb(205,177,192); }
H1.HeaderClassName
{
color: #CDB1C0;
}
.AnyTagClassName
{
color: #CDB1C0;
}
</style>
background-color css
<style>
a { background-color: #CDB1C0; }
a { background-color: rgb(205,177,192); }
div.DivClassName
{
background-color: #CDB1C0;
}
.BgClassName
{
background-color: #CDB1C0;
}
</style>
border-color css
<style>
span { border-color: #CDB1C0; }
span { border-color: rgb(205,177,192); }
td.TdClassName
{
border-color: #CDB1C0;
}
.TagClassName
{
border-color: #CDB1C0;
}
</style>