Shades of Maverick #CDB8C9
Tints of Maverick #CDB8C9
RGB
CMYK
RGB Variations
Color information
#CDB8C9 (or 0xCDB8C9) is known color: Maverick. HEX triplet: CD, B8 and C9. RGB value is (205,184,201). Sum of RGB (Red+Green+Blue) = 205+184+201=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8C9 is #324736. Grayscale: #C0C0C0. Windows color (decimal): -3295031 or 13220045. OLE color: 13220045.
HSL color Cylindrical-coordinate representation of color #CDB8C9: hue angle of 311.43º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB8C9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 201 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.20 |
| HSL | 311.43º | 0.17% | 0.76% | - |
| HSV(B) | 311.43º | 0.1% | 0.8% | - |
| XYZ | 52.86 | 51.48 | 62.41 | - |
| YUV | 192.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 201 | 0 | 0.10 | 0.02 | 0.20 | 311.43 | 0.17 | 0.76 |
| Hex | CD | B8 | C9 | 0 | A | 2 | 14 | 137 | 11 | 4C |
| Octal | 315 | 270 | 311 | 0 | 12 | 2 | 24 | 467 | 21 | 114 |
| Binary | 11001101 | 10111000 | 11001001 | 0 | 1010 | 10 | 10100 | 100110111 | 10001 | 1001100 |
Color Harmonies of #CDB8C9
Complementary color
Monochromatic Colors of #CDB8C9
Black with #CDB8C9
Text Example
Text Example
White with #CDB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8C9; }
p { color: rgb(205,184,201); }
H1.HeaderClassName
{
color: #CDB8C9;
}
.AnyTagClassName
{
color: #CDB8C9;
}
</style>
background-color css
<style>
a { background-color: #CDB8C9; }
a { background-color: rgb(205,184,201); }
div.DivClassName
{
background-color: #CDB8C9;
}
.BgClassName
{
background-color: #CDB8C9;
}
</style>
border-color css
<style>
span { border-color: #CDB8C9; }
span { border-color: rgb(205,184,201); }
td.TdClassName
{
border-color: #CDB8C9;
}
.TagClassName
{
border-color: #CDB8C9;
}
</style>