Shades of Maverick #CDB0C7
Tints of Maverick #CDB0C7
RGB
CMYK
RGB Variations
Color information
#CDB0C7 (or 0xCDB0C7) is known color: Maverick. HEX triplet: CD, B0 and C7. RGB value is (205,176,199). Sum of RGB (Red+Green+Blue) = 205+176+199=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C7 is #324F38. Grayscale: #BBBBBB. Windows color (decimal): -3297081 or 13086925. OLE color: 13086925.
HSL color Cylindrical-coordinate representation of color #CDB0C7: hue angle of 312.41º 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 #CDB0C7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 199 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.20 |
| HSL | 312.41º | 0.22% | 0.75% | - |
| HSV(B) | 312.41º | 0.14% | 0.8% | - |
| XYZ | 51.01 | 48.15 | 60.64 | - |
| YUV | 187.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 199 | 0 | 0.14 | 0.03 | 0.20 | 312.41 | 0.22 | 0.75 |
| Hex | CD | B0 | C7 | 0 | E | 3 | 14 | 138 | 16 | 4B |
| Octal | 315 | 260 | 307 | 0 | 16 | 3 | 24 | 470 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11000111 | 0 | 1110 | 11 | 10100 | 100111000 | 10110 | 1001011 |
Color Harmonies of #CDB0C7
Complementary color
Monochromatic Colors of #CDB0C7
Black with #CDB0C7
Text Example
Text Example
White with #CDB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C7; }
p { color: rgb(205,176,199); }
H1.HeaderClassName
{
color: #CDB0C7;
}
.AnyTagClassName
{
color: #CDB0C7;
}
</style>
background-color css
<style>
a { background-color: #CDB0C7; }
a { background-color: rgb(205,176,199); }
div.DivClassName
{
background-color: #CDB0C7;
}
.BgClassName
{
background-color: #CDB0C7;
}
</style>
border-color css
<style>
span { border-color: #CDB0C7; }
span { border-color: rgb(205,176,199); }
td.TdClassName
{
border-color: #CDB0C7;
}
.TagClassName
{
border-color: #CDB0C7;
}
</style>