Shades of Maverick #CDB7C7
Tints of Maverick #CDB7C7
RGB
CMYK
RGB Variations
Color information
#CDB7C7 (or 0xCDB7C7) is known color: Maverick. HEX triplet: CD, B7 and C7. RGB value is (205,183,199). Sum of RGB (Red+Green+Blue) = 205+183+199=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7C7 is #324838. Grayscale: #BFBFBF. Windows color (decimal): -3295289 or 13088717. OLE color: 13088717.
HSL color Cylindrical-coordinate representation of color #CDB7C7: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB7C7 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 199 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.20 |
| HSL | 316.36º | 0.18% | 0.76% | - |
| HSV(B) | 316.36º | 0.11% | 0.8% | - |
| XYZ | 52.42 | 50.97 | 61.11 | - |
| YUV | 191.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 199 | 0 | 0.11 | 0.03 | 0.20 | 316.36 | 0.18 | 0.76 |
| Hex | CD | B7 | C7 | 0 | B | 3 | 14 | 13C | 12 | 4C |
| Octal | 315 | 267 | 307 | 0 | 13 | 3 | 24 | 474 | 22 | 114 |
| Binary | 11001101 | 10110111 | 11000111 | 0 | 1011 | 11 | 10100 | 100111100 | 10010 | 1001100 |
Color Harmonies of #CDB7C7
Complementary color
Monochromatic Colors of #CDB7C7
Black with #CDB7C7
Text Example
Text Example
White with #CDB7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7C7; }
p { color: rgb(205,183,199); }
H1.HeaderClassName
{
color: #CDB7C7;
}
.AnyTagClassName
{
color: #CDB7C7;
}
</style>
background-color css
<style>
a { background-color: #CDB7C7; }
a { background-color: rgb(205,183,199); }
div.DivClassName
{
background-color: #CDB7C7;
}
.BgClassName
{
background-color: #CDB7C7;
}
</style>
border-color css
<style>
span { border-color: #CDB7C7; }
span { border-color: rgb(205,183,199); }
td.TdClassName
{
border-color: #CDB7C7;
}
.TagClassName
{
border-color: #CDB7C7;
}
</style>