Shades of Maverick #CDC1C9
Tints of Maverick #CDC1C9
RGB
CMYK
RGB Variations
Color information
#CDC1C9 (or 0xCDC1C9) is known color: Maverick. HEX triplet: CD, C1 and C9. RGB value is (205,193,201). Sum of RGB (Red+Green+Blue) = 205+193+201=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1C9 is #323E36. Grayscale: #C5C5C5. Windows color (decimal): -3292727 or 13222349. OLE color: 13222349.
HSL color Cylindrical-coordinate representation of color #CDC1C9: hue angle of 320º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC1C9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 201 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.20 |
| HSL | 320º | 0.11% | 0.78% | - |
| HSV(B) | 320º | 0.06% | 0.8% | - |
| XYZ | 54.79 | 55.34 | 63.05 | - |
| YUV | 197.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 201 | 0 | 0.06 | 0.02 | 0.20 | 320 | 0.11 | 0.78 |
| Hex | CD | C1 | C9 | 0 | 6 | 2 | 14 | 140 | B | 4E |
| Octal | 315 | 301 | 311 | 0 | 6 | 2 | 24 | 500 | 13 | 116 |
| Binary | 11001101 | 11000001 | 11001001 | 0 | 110 | 10 | 10100 | 101000000 | 1011 | 1001110 |
Color Harmonies of #CDC1C9
Complementary color
Monochromatic Colors of #CDC1C9
Black with #CDC1C9
Text Example
Text Example
White with #CDC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1C9; }
p { color: rgb(205,193,201); }
H1.HeaderClassName
{
color: #CDC1C9;
}
.AnyTagClassName
{
color: #CDC1C9;
}
</style>
background-color css
<style>
a { background-color: #CDC1C9; }
a { background-color: rgb(205,193,201); }
div.DivClassName
{
background-color: #CDC1C9;
}
.BgClassName
{
background-color: #CDC1C9;
}
</style>
border-color css
<style>
span { border-color: #CDC1C9; }
span { border-color: rgb(205,193,201); }
td.TdClassName
{
border-color: #CDC1C9;
}
.TagClassName
{
border-color: #CDC1C9;
}
</style>