Shades of Maverick #CDBBC7
Tints of Maverick #CDBBC7
RGB
CMYK
RGB Variations
Color information
#CDBBC7 (or 0xCDBBC7) is known color: Maverick. HEX triplet: CD, BB and C7. RGB value is (205,187,199). Sum of RGB (Red+Green+Blue) = 205+187+199=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC7 is #324438. Grayscale: #C1C1C1. Windows color (decimal): -3294265 or 13089741. OLE color: 13089741.
HSL color Cylindrical-coordinate representation of color #CDBBC7: hue angle of 320º 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 #CDBBC7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 199 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.20 |
| HSL | 320º | 0.15% | 0.77% | - |
| HSV(B) | 320º | 0.09% | 0.8% | - |
| XYZ | 53.26 | 52.64 | 61.39 | - |
| YUV | 193.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 199 | 0 | 0.09 | 0.03 | 0.20 | 320 | 0.15 | 0.77 |
| Hex | CD | BB | C7 | 0 | 9 | 3 | 14 | 140 | F | 4D |
| Octal | 315 | 273 | 307 | 0 | 11 | 3 | 24 | 500 | 17 | 115 |
| Binary | 11001101 | 10111011 | 11000111 | 0 | 1001 | 11 | 10100 | 101000000 | 1111 | 1001101 |
Color Harmonies of #CDBBC7
Complementary color
Monochromatic Colors of #CDBBC7
Black with #CDBBC7
Text Example
Text Example
White with #CDBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBC7; }
p { color: rgb(205,187,199); }
H1.HeaderClassName
{
color: #CDBBC7;
}
.AnyTagClassName
{
color: #CDBBC7;
}
</style>
background-color css
<style>
a { background-color: #CDBBC7; }
a { background-color: rgb(205,187,199); }
div.DivClassName
{
background-color: #CDBBC7;
}
.BgClassName
{
background-color: #CDBBC7;
}
</style>
border-color css
<style>
span { border-color: #CDBBC7; }
span { border-color: rgb(205,187,199); }
td.TdClassName
{
border-color: #CDBBC7;
}
.TagClassName
{
border-color: #CDBBC7;
}
</style>