Shades of Maverick #CDA5BC
Tints of Maverick #CDA5BC
RGB
CMYK
RGB Variations
Color information
#CDA5BC (or 0xCDA5BC) is known color: Maverick. HEX triplet: CD, A5 and BC. RGB value is (205,165,188). Sum of RGB (Red+Green+Blue) = 205+165+188=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5BC is #325A43. Grayscale: #B3B3B3. Windows color (decimal): -3299908 or 12363213. OLE color: 12363213.
HSL color Cylindrical-coordinate representation of color #CDA5BC: hue angle of 325.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5BC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 188 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.20 |
| HSL | 325.5º | 0.29% | 0.73% | - |
| HSV(B) | 325.5º | 0.2% | 0.8% | - |
| XYZ | 47.71 | 43.52 | 53.46 | - |
| YUV | 179.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 188 | 0 | 0.20 | 0.08 | 0.20 | 325.5 | 0.29 | 0.73 |
| Hex | CD | A5 | BC | 0 | 14 | 8 | 14 | 146 | 1D | 49 |
| Octal | 315 | 245 | 274 | 0 | 24 | 10 | 24 | 506 | 35 | 111 |
| Binary | 11001101 | 10100101 | 10111100 | 0 | 10100 | 1000 | 10100 | 101000110 | 11101 | 1001001 |
Color Harmonies of #CDA5BC
Complementary color
Monochromatic Colors of #CDA5BC
Black with #CDA5BC
Text Example
Text Example
White with #CDA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5BC; }
p { color: rgb(205,165,188); }
H1.HeaderClassName
{
color: #CDA5BC;
}
.AnyTagClassName
{
color: #CDA5BC;
}
</style>
background-color css
<style>
a { background-color: #CDA5BC; }
a { background-color: rgb(205,165,188); }
div.DivClassName
{
background-color: #CDA5BC;
}
.BgClassName
{
background-color: #CDA5BC;
}
</style>
border-color css
<style>
span { border-color: #CDA5BC; }
span { border-color: rgb(205,165,188); }
td.TdClassName
{
border-color: #CDA5BC;
}
.TagClassName
{
border-color: #CDA5BC;
}
</style>