Shades of Maverick #CDB4C2
Tints of Maverick #CDB4C2
RGB
CMYK
RGB Variations
Color information
#CDB4C2 (or 0xCDB4C2) is known color: Maverick. HEX triplet: CD, B4 and C2. RGB value is (205,180,194). Sum of RGB (Red+Green+Blue) = 205+180+194=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4C2 is #324B3D. Grayscale: #BDBDBD. Windows color (decimal): -3296062 or 12760269. OLE color: 12760269.
HSL color Cylindrical-coordinate representation of color #CDB4C2: hue angle of 326.4º 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 #CDB4C2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 194 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.20 |
| HSL | 326.4º | 0.2% | 0.75% | - |
| HSV(B) | 326.4º | 0.12% | 0.8% | - |
| XYZ | 51.24 | 49.52 | 57.9 | - |
| YUV | 189.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 194 | 0 | 0.12 | 0.05 | 0.20 | 326.4 | 0.2 | 0.75 |
| Hex | CD | B4 | C2 | 0 | C | 5 | 14 | 146 | 14 | 4B |
| Octal | 315 | 264 | 302 | 0 | 14 | 5 | 24 | 506 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11000010 | 0 | 1100 | 101 | 10100 | 101000110 | 10100 | 1001011 |
Color Harmonies of #CDB4C2
Complementary color
Monochromatic Colors of #CDB4C2
Black with #CDB4C2
Text Example
Text Example
White with #CDB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4C2; }
p { color: rgb(205,180,194); }
H1.HeaderClassName
{
color: #CDB4C2;
}
.AnyTagClassName
{
color: #CDB4C2;
}
</style>
background-color css
<style>
a { background-color: #CDB4C2; }
a { background-color: rgb(205,180,194); }
div.DivClassName
{
background-color: #CDB4C2;
}
.BgClassName
{
background-color: #CDB4C2;
}
</style>
border-color css
<style>
span { border-color: #CDB4C2; }
span { border-color: rgb(205,180,194); }
td.TdClassName
{
border-color: #CDB4C2;
}
.TagClassName
{
border-color: #CDB4C2;
}
</style>