Shades of Maverick #CDBFC9
Tints of Maverick #CDBFC9
RGB
CMYK
RGB Variations
Color information
#CDBFC9 (or 0xCDBFC9) is known color: Maverick. HEX triplet: CD, BF and C9. RGB value is (205,191,201). Sum of RGB (Red+Green+Blue) = 205+191+201=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFC9 is #324036. Grayscale: #C4C4C4. Windows color (decimal): -3293239 or 13221837. OLE color: 13221837.
HSL color Cylindrical-coordinate representation of color #CDBFC9: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBFC9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 201 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.20 |
| HSL | 317.14º | 0.12% | 0.78% | - |
| HSV(B) | 317.14º | 0.07% | 0.8% | - |
| XYZ | 54.35 | 54.46 | 62.91 | - |
| YUV | 196.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 201 | 0 | 0.07 | 0.02 | 0.20 | 317.14 | 0.12 | 0.78 |
| Hex | CD | BF | C9 | 0 | 7 | 2 | 14 | 13D | C | 4E |
| Octal | 315 | 277 | 311 | 0 | 7 | 2 | 24 | 475 | 14 | 116 |
| Binary | 11001101 | 10111111 | 11001001 | 0 | 111 | 10 | 10100 | 100111101 | 1100 | 1001110 |
Color Harmonies of #CDBFC9
Complementary color
Monochromatic Colors of #CDBFC9
Black with #CDBFC9
Text Example
Text Example
White with #CDBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFC9; }
p { color: rgb(205,191,201); }
H1.HeaderClassName
{
color: #CDBFC9;
}
.AnyTagClassName
{
color: #CDBFC9;
}
</style>
background-color css
<style>
a { background-color: #CDBFC9; }
a { background-color: rgb(205,191,201); }
div.DivClassName
{
background-color: #CDBFC9;
}
.BgClassName
{
background-color: #CDBFC9;
}
</style>
border-color css
<style>
span { border-color: #CDBFC9; }
span { border-color: rgb(205,191,201); }
td.TdClassName
{
border-color: #CDBFC9;
}
.TagClassName
{
border-color: #CDBFC9;
}
</style>