Shades of Maverick #CDB3C2
Tints of Maverick #CDB3C2
RGB
CMYK
RGB Variations
Color information
#CDB3C2 (or 0xCDB3C2) is known color: Maverick. HEX triplet: CD, B3 and C2. RGB value is (205,179,194). Sum of RGB (Red+Green+Blue) = 205+179+194=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3C2 is #324C3D. Grayscale: #BCBCBC. Windows color (decimal): -3296318 or 12760013. OLE color: 12760013.
HSL color Cylindrical-coordinate representation of color #CDB3C2: hue angle of 325.38º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3C2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 194 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.20 |
| HSL | 325.38º | 0.21% | 0.75% | - |
| HSV(B) | 325.38º | 0.13% | 0.8% | - |
| XYZ | 51.03 | 49.11 | 57.83 | - |
| YUV | 188.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 194 | 0 | 0.13 | 0.05 | 0.20 | 325.38 | 0.21 | 0.75 |
| Hex | CD | B3 | C2 | 0 | D | 5 | 14 | 145 | 15 | 4B |
| Octal | 315 | 263 | 302 | 0 | 15 | 5 | 24 | 505 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11000010 | 0 | 1101 | 101 | 10100 | 101000101 | 10101 | 1001011 |
Color Harmonies of #CDB3C2
Complementary color
Monochromatic Colors of #CDB3C2
Black with #CDB3C2
Text Example
Text Example
White with #CDB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3C2; }
p { color: rgb(205,179,194); }
H1.HeaderClassName
{
color: #CDB3C2;
}
.AnyTagClassName
{
color: #CDB3C2;
}
</style>
background-color css
<style>
a { background-color: #CDB3C2; }
a { background-color: rgb(205,179,194); }
div.DivClassName
{
background-color: #CDB3C2;
}
.BgClassName
{
background-color: #CDB3C2;
}
</style>
border-color css
<style>
span { border-color: #CDB3C2; }
span { border-color: rgb(205,179,194); }
td.TdClassName
{
border-color: #CDB3C2;
}
.TagClassName
{
border-color: #CDB3C2;
}
</style>