Shades of Maverick #CDBBC5
Tints of Maverick #CDBBC5
RGB
CMYK
RGB Variations
Color information
#CDBBC5 (or 0xCDBBC5) is known color: Maverick. HEX triplet: CD, BB and C5. RGB value is (205,187,197). Sum of RGB (Red+Green+Blue) = 205+187+197=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC5 is #32443A. Grayscale: #C1C1C1. Windows color (decimal): -3294267 or 12958669. OLE color: 12958669.
HSL color Cylindrical-coordinate representation of color #CDBBC5: hue angle of 326.67º 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 #CDBBC5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 187 | 197 | - |
CMYK | 0 | 0.09 | 0.04 | 0.20 |
HSL | 326.67º | 0.15% | 0.77% | - |
HSV(B) | 326.67º | 0.09% | 0.8% | - |
XYZ | 53.03 | 52.55 | 60.17 | - |
YUV | 193.52 | 129.96 | 136.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 187 | 197 | 0 | 0.09 | 0.04 | 0.20 | 326.67 | 0.15 | 0.77 |
Hex | CD | BB | C5 | 0 | 9 | 4 | 14 | 147 | F | 4D |
Octal | 315 | 273 | 305 | 0 | 11 | 4 | 24 | 507 | 17 | 115 |
Binary | 11001101 | 10111011 | 11000101 | 0 | 1001 | 100 | 10100 | 101000111 | 1111 | 1001101 |
Color Harmonies of #CDBBC5
Complementary color
Monochromatic Colors of #CDBBC5
Black with #CDBBC5
Text Example
Text Example
White with #CDBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBC5; }
p { color: rgb(205,187,197); }
H1.HeaderClassName
{
color: #CDBBC5;
}
.AnyTagClassName
{
color: #CDBBC5;
}
</style>
background-color css
<style>
a { background-color: #CDBBC5; }
a { background-color: rgb(205,187,197); }
div.DivClassName
{
background-color: #CDBBC5;
}
.BgClassName
{
background-color: #CDBBC5;
}
</style>
border-color css
<style>
span { border-color: #CDBBC5; }
span { border-color: rgb(205,187,197); }
td.TdClassName
{
border-color: #CDBBC5;
}
.TagClassName
{
border-color: #CDBBC5;
}
</style>