Shades of Maverick #CDB5C4
Tints of Maverick #CDB5C4
RGB
CMYK
RGB Variations
Color information
#CDB5C4 (or 0xCDB5C4) is known color: Maverick. HEX triplet: CD, B5 and C4. RGB value is (205,181,196). Sum of RGB (Red+Green+Blue) = 205+181+196=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5C4 is #324A3B. Grayscale: #BDBDBD. Windows color (decimal): -3295804 or 12891597. OLE color: 12891597.
HSL color Cylindrical-coordinate representation of color #CDB5C4: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB5C4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 196 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.20 |
| HSL | 322.5º | 0.19% | 0.76% | - |
| HSV(B) | 322.5º | 0.12% | 0.8% | - |
| XYZ | 51.66 | 50.01 | 59.15 | - |
| YUV | 189.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 196 | 0 | 0.12 | 0.04 | 0.20 | 322.5 | 0.19 | 0.76 |
| Hex | CD | B5 | C4 | 0 | C | 4 | 14 | 142 | 13 | 4C |
| Octal | 315 | 265 | 304 | 0 | 14 | 4 | 24 | 502 | 23 | 114 |
| Binary | 11001101 | 10110101 | 11000100 | 0 | 1100 | 100 | 10100 | 101000010 | 10011 | 1001100 |
Color Harmonies of #CDB5C4
Complementary color
Monochromatic Colors of #CDB5C4
Black with #CDB5C4
Text Example
Text Example
White with #CDB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5C4; }
p { color: rgb(205,181,196); }
H1.HeaderClassName
{
color: #CDB5C4;
}
.AnyTagClassName
{
color: #CDB5C4;
}
</style>
background-color css
<style>
a { background-color: #CDB5C4; }
a { background-color: rgb(205,181,196); }
div.DivClassName
{
background-color: #CDB5C4;
}
.BgClassName
{
background-color: #CDB5C4;
}
</style>
border-color css
<style>
span { border-color: #CDB5C4; }
span { border-color: rgb(205,181,196); }
td.TdClassName
{
border-color: #CDB5C4;
}
.TagClassName
{
border-color: #CDB5C4;
}
</style>