Shades of Maverick #CDBDC9
Tints of Maverick #CDBDC9
RGB
CMYK
RGB Variations
Color information
#CDBDC9 (or 0xCDBDC9) is known color: Maverick. HEX triplet: CD, BD and C9. RGB value is (205,189,201). Sum of RGB (Red+Green+Blue) = 205+189+201=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC9 is #324236. Grayscale: #C3C3C3. Windows color (decimal): -3293751 or 13221325. OLE color: 13221325.
HSL color Cylindrical-coordinate representation of color #CDBDC9: hue angle of 315º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDC9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 201 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.20 |
| HSL | 315º | 0.14% | 0.77% | - |
| HSV(B) | 315º | 0.08% | 0.8% | - |
| XYZ | 53.92 | 53.59 | 62.76 | - |
| YUV | 195.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 201 | 0 | 0.08 | 0.02 | 0.20 | 315 | 0.14 | 0.77 |
| Hex | CD | BD | C9 | 0 | 8 | 2 | 14 | 13B | E | 4D |
| Octal | 315 | 275 | 311 | 0 | 10 | 2 | 24 | 473 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11001001 | 0 | 1000 | 10 | 10100 | 100111011 | 1110 | 1001101 |
Color Harmonies of #CDBDC9
Complementary color
Monochromatic Colors of #CDBDC9
Black with #CDBDC9
Text Example
Text Example
White with #CDBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC9; }
p { color: rgb(205,189,201); }
H1.HeaderClassName
{
color: #CDBDC9;
}
.AnyTagClassName
{
color: #CDBDC9;
}
</style>
background-color css
<style>
a { background-color: #CDBDC9; }
a { background-color: rgb(205,189,201); }
div.DivClassName
{
background-color: #CDBDC9;
}
.BgClassName
{
background-color: #CDBDC9;
}
</style>
border-color css
<style>
span { border-color: #CDBDC9; }
span { border-color: rgb(205,189,201); }
td.TdClassName
{
border-color: #CDBDC9;
}
.TagClassName
{
border-color: #CDBDC9;
}
</style>