Shades of Maverick #CDBBC9
Tints of Maverick #CDBBC9
RGB
CMYK
RGB Variations
Color information
#CDBBC9 (or 0xCDBBC9) is known color: Maverick. HEX triplet: CD, BB and C9. RGB value is (205,187,201). Sum of RGB (Red+Green+Blue) = 205+187+201=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC9 is #324436. Grayscale: #C1C1C1. Windows color (decimal): -3294263 or 13220813. OLE color: 13220813.
HSL color Cylindrical-coordinate representation of color #CDBBC9: hue angle of 313.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBC9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 201 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.20 |
| HSL | 313.33º | 0.15% | 0.77% | - |
| HSV(B) | 313.33º | 0.09% | 0.8% | - |
| XYZ | 53.49 | 52.74 | 62.62 | - |
| YUV | 193.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 201 | 0 | 0.09 | 0.02 | 0.20 | 313.33 | 0.15 | 0.77 |
| Hex | CD | BB | C9 | 0 | 9 | 2 | 14 | 139 | F | 4D |
| Octal | 315 | 273 | 311 | 0 | 11 | 2 | 24 | 471 | 17 | 115 |
| Binary | 11001101 | 10111011 | 11001001 | 0 | 1001 | 10 | 10100 | 100111001 | 1111 | 1001101 |
Color Harmonies of #CDBBC9
Complementary color
Monochromatic Colors of #CDBBC9
Black with #CDBBC9
Text Example
Text Example
White with #CDBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBC9; }
p { color: rgb(205,187,201); }
H1.HeaderClassName
{
color: #CDBBC9;
}
.AnyTagClassName
{
color: #CDBBC9;
}
</style>
background-color css
<style>
a { background-color: #CDBBC9; }
a { background-color: rgb(205,187,201); }
div.DivClassName
{
background-color: #CDBBC9;
}
.BgClassName
{
background-color: #CDBBC9;
}
</style>
border-color css
<style>
span { border-color: #CDBBC9; }
span { border-color: rgb(205,187,201); }
td.TdClassName
{
border-color: #CDBBC9;
}
.TagClassName
{
border-color: #CDBBC9;
}
</style>