Shades of Maverick #CDB8C7
Tints of Maverick #CDB8C7
RGB
CMYK
RGB Variations
Color information
#CDB8C7 (or 0xCDB8C7) is known color: Maverick. HEX triplet: CD, B8 and C7. RGB value is (205,184,199). Sum of RGB (Red+Green+Blue) = 205+184+199=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8C7 is #324738. Grayscale: #BFBFBF. Windows color (decimal): -3295033 or 13088973. OLE color: 13088973.
HSL color Cylindrical-coordinate representation of color #CDB8C7: hue angle of 317.14º 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 #CDB8C7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 184 | 199 | - |
CMYK | 0 | 0.10 | 0.03 | 0.20 |
HSL | 317.14º | 0.17% | 0.76% | - |
HSV(B) | 317.14º | 0.1% | 0.8% | - |
XYZ | 52.63 | 51.38 | 61.18 | - |
YUV | 191.99 | 131.96 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 184 | 199 | 0 | 0.10 | 0.03 | 0.20 | 317.14 | 0.17 | 0.76 |
Hex | CD | B8 | C7 | 0 | A | 3 | 14 | 13D | 11 | 4C |
Octal | 315 | 270 | 307 | 0 | 12 | 3 | 24 | 475 | 21 | 114 |
Binary | 11001101 | 10111000 | 11000111 | 0 | 1010 | 11 | 10100 | 100111101 | 10001 | 1001100 |
Color Harmonies of #CDB8C7
Complementary color
Monochromatic Colors of #CDB8C7
Black with #CDB8C7
Text Example
Text Example
White with #CDB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8C7; }
p { color: rgb(205,184,199); }
H1.HeaderClassName
{
color: #CDB8C7;
}
.AnyTagClassName
{
color: #CDB8C7;
}
</style>
background-color css
<style>
a { background-color: #CDB8C7; }
a { background-color: rgb(205,184,199); }
div.DivClassName
{
background-color: #CDB8C7;
}
.BgClassName
{
background-color: #CDB8C7;
}
</style>
border-color css
<style>
span { border-color: #CDB8C7; }
span { border-color: rgb(205,184,199); }
td.TdClassName
{
border-color: #CDB8C7;
}
.TagClassName
{
border-color: #CDB8C7;
}
</style>