Shades of Maverick #CDB5C2
Tints of Maverick #CDB5C2
RGB
CMYK
RGB Variations
Color information
#CDB5C2 (or 0xCDB5C2) is known color: Maverick. HEX triplet: CD, B5 and C2. RGB value is (205,181,194). Sum of RGB (Red+Green+Blue) = 205+181+194=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5C2 is #324A3D. Grayscale: #BDBDBD. Windows color (decimal): -3295806 or 12760525. OLE color: 12760525.
HSL color Cylindrical-coordinate representation of color #CDB5C2: hue angle of 327.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 #CDB5C2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 194 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.20 |
| HSL | 327.5º | 0.19% | 0.76% | - |
| HSV(B) | 327.5º | 0.12% | 0.8% | - |
| XYZ | 51.44 | 49.92 | 57.96 | - |
| YUV | 189.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 194 | 0 | 0.12 | 0.05 | 0.20 | 327.5 | 0.19 | 0.76 |
| Hex | CD | B5 | C2 | 0 | C | 5 | 14 | 148 | 13 | 4C |
| Octal | 315 | 265 | 302 | 0 | 14 | 5 | 24 | 510 | 23 | 114 |
| Binary | 11001101 | 10110101 | 11000010 | 0 | 1100 | 101 | 10100 | 101001000 | 10011 | 1001100 |
Color Harmonies of #CDB5C2
Complementary color
Monochromatic Colors of #CDB5C2
Black with #CDB5C2
Text Example
Text Example
White with #CDB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5C2; }
p { color: rgb(205,181,194); }
H1.HeaderClassName
{
color: #CDB5C2;
}
.AnyTagClassName
{
color: #CDB5C2;
}
</style>
background-color css
<style>
a { background-color: #CDB5C2; }
a { background-color: rgb(205,181,194); }
div.DivClassName
{
background-color: #CDB5C2;
}
.BgClassName
{
background-color: #CDB5C2;
}
</style>
border-color css
<style>
span { border-color: #CDB5C2; }
span { border-color: rgb(205,181,194); }
td.TdClassName
{
border-color: #CDB5C2;
}
.TagClassName
{
border-color: #CDB5C2;
}
</style>