Shades of Maverick #CDB0C5
Tints of Maverick #CDB0C5
RGB
CMYK
RGB Variations
Color information
#CDB0C5 (or 0xCDB0C5) is known color: Maverick. HEX triplet: CD, B0 and C5. RGB value is (205,176,197). Sum of RGB (Red+Green+Blue) = 205+176+197=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C5 is #324F3A. Grayscale: #BBBBBB. Windows color (decimal): -3297083 or 12955853. OLE color: 12955853.
HSL color Cylindrical-coordinate representation of color #CDB0C5: hue angle of 316.55º 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 #CDB0C5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 197 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.20 |
| HSL | 316.55º | 0.22% | 0.75% | - |
| HSV(B) | 316.55º | 0.14% | 0.8% | - |
| XYZ | 50.78 | 48.06 | 59.42 | - |
| YUV | 187.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 197 | 0 | 0.14 | 0.04 | 0.20 | 316.55 | 0.22 | 0.75 |
| Hex | CD | B0 | C5 | 0 | E | 4 | 14 | 13D | 16 | 4B |
| Octal | 315 | 260 | 305 | 0 | 16 | 4 | 24 | 475 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11000101 | 0 | 1110 | 100 | 10100 | 100111101 | 10110 | 1001011 |
Color Harmonies of #CDB0C5
Complementary color
Monochromatic Colors of #CDB0C5
Black with #CDB0C5
Text Example
Text Example
White with #CDB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C5; }
p { color: rgb(205,176,197); }
H1.HeaderClassName
{
color: #CDB0C5;
}
.AnyTagClassName
{
color: #CDB0C5;
}
</style>
background-color css
<style>
a { background-color: #CDB0C5; }
a { background-color: rgb(205,176,197); }
div.DivClassName
{
background-color: #CDB0C5;
}
.BgClassName
{
background-color: #CDB0C5;
}
</style>
border-color css
<style>
span { border-color: #CDB0C5; }
span { border-color: rgb(205,176,197); }
td.TdClassName
{
border-color: #CDB0C5;
}
.TagClassName
{
border-color: #CDB0C5;
}
</style>