Shades of Maverick #CDB4C1
Tints of Maverick #CDB4C1
RGB
CMYK
RGB Variations
Color information
#CDB4C1 (or 0xCDB4C1) is known color: Maverick. HEX triplet: CD, B4 and C1. RGB value is (205,180,193). Sum of RGB (Red+Green+Blue) = 205+180+193=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4C1 is #324B3E. Grayscale: #BCBCBC. Windows color (decimal): -3296063 or 12694733. OLE color: 12694733.
HSL color Cylindrical-coordinate representation of color #CDB4C1: hue angle of 328.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4C1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 193 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.20 |
| HSL | 328.8º | 0.2% | 0.75% | - |
| HSV(B) | 328.8º | 0.12% | 0.8% | - |
| XYZ | 51.12 | 49.47 | 57.31 | - |
| YUV | 188.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 193 | 0 | 0.12 | 0.06 | 0.20 | 328.8 | 0.2 | 0.75 |
| Hex | CD | B4 | C1 | 0 | C | 6 | 14 | 149 | 14 | 4B |
| Octal | 315 | 264 | 301 | 0 | 14 | 6 | 24 | 511 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11000001 | 0 | 1100 | 110 | 10100 | 101001001 | 10100 | 1001011 |
Color Harmonies of #CDB4C1
Complementary color
Monochromatic Colors of #CDB4C1
Black with #CDB4C1
Text Example
Text Example
White with #CDB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4C1; }
p { color: rgb(205,180,193); }
H1.HeaderClassName
{
color: #CDB4C1;
}
.AnyTagClassName
{
color: #CDB4C1;
}
</style>
background-color css
<style>
a { background-color: #CDB4C1; }
a { background-color: rgb(205,180,193); }
div.DivClassName
{
background-color: #CDB4C1;
}
.BgClassName
{
background-color: #CDB4C1;
}
</style>
border-color css
<style>
span { border-color: #CDB4C1; }
span { border-color: rgb(205,180,193); }
td.TdClassName
{
border-color: #CDB4C1;
}
.TagClassName
{
border-color: #CDB4C1;
}
</style>