Shades of Maverick #CDB4C5
Tints of Maverick #CDB4C5
RGB
CMYK
RGB Variations
Color information
#CDB4C5 (or 0xCDB4C5) is known color: Maverick. HEX triplet: CD, B4 and C5. RGB value is (205,180,197). Sum of RGB (Red+Green+Blue) = 205+180+197=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4C5 is #324B3A. Grayscale: #BDBDBD. Windows color (decimal): -3296059 or 12956877. OLE color: 12956877.
HSL color Cylindrical-coordinate representation of color #CDB4C5: hue angle of 319.2º 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 #CDB4C5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 197 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.20 |
| HSL | 319.2º | 0.2% | 0.75% | - |
| HSV(B) | 319.2º | 0.12% | 0.8% | - |
| XYZ | 51.58 | 49.65 | 59.69 | - |
| YUV | 189.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 197 | 0 | 0.12 | 0.04 | 0.20 | 319.2 | 0.2 | 0.75 |
| Hex | CD | B4 | C5 | 0 | C | 4 | 14 | 13F | 14 | 4B |
| Octal | 315 | 264 | 305 | 0 | 14 | 4 | 24 | 477 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11000101 | 0 | 1100 | 100 | 10100 | 100111111 | 10100 | 1001011 |
Color Harmonies of #CDB4C5
Complementary color
Monochromatic Colors of #CDB4C5
Black with #CDB4C5
Text Example
Text Example
White with #CDB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4C5; }
p { color: rgb(205,180,197); }
H1.HeaderClassName
{
color: #CDB4C5;
}
.AnyTagClassName
{
color: #CDB4C5;
}
</style>
background-color css
<style>
a { background-color: #CDB4C5; }
a { background-color: rgb(205,180,197); }
div.DivClassName
{
background-color: #CDB4C5;
}
.BgClassName
{
background-color: #CDB4C5;
}
</style>
border-color css
<style>
span { border-color: #CDB4C5; }
span { border-color: rgb(205,180,197); }
td.TdClassName
{
border-color: #CDB4C5;
}
.TagClassName
{
border-color: #CDB4C5;
}
</style>