Shades of Rose #CDA193
Tints of Rose #CDA193
RGB
CMYK
RGB Variations
Color information
#CDA193 (or 0xCDA193) is known color: Rose. HEX triplet: CD, A1 and 93. RGB value is (205,161,147). Sum of RGB (Red+Green+Blue) = 205+161+147=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA193 is #325E6C. Grayscale: #ACACAC. Windows color (decimal): -3300973 or 9675213. OLE color: 9675213.
HSL color Cylindrical-coordinate representation of color #CDA193: hue angle of 14.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA193 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 147 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.20 |
| HSL | 14.48º | 0.37% | 0.69% | - |
| HSV(B) | 14.48º | 0.28% | 0.8% | - |
| XYZ | 43.19 | 40.58 | 33.16 | - |
| YUV | 172.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 147 | 0 | 0.21 | 0.28 | 0.20 | 14.48 | 0.37 | 0.69 |
| Hex | CD | A1 | 93 | 0 | 15 | 1C | 14 | E | 25 | 45 |
| Octal | 315 | 241 | 223 | 0 | 25 | 34 | 24 | 16 | 45 | 105 |
| Binary | 11001101 | 10100001 | 10010011 | 0 | 10101 | 11100 | 10100 | 1110 | 100101 | 1000101 |
Color Harmonies of #CDA193
Complementary color
Monochromatic Colors of #CDA193
Black with #CDA193
Text Example
Text Example
White with #CDA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA193; }
p { color: rgb(205,161,147); }
H1.HeaderClassName
{
color: #CDA193;
}
.AnyTagClassName
{
color: #CDA193;
}
</style>
background-color css
<style>
a { background-color: #CDA193; }
a { background-color: rgb(205,161,147); }
div.DivClassName
{
background-color: #CDA193;
}
.BgClassName
{
background-color: #CDA193;
}
</style>
border-color css
<style>
span { border-color: #CDA193; }
span { border-color: rgb(205,161,147); }
td.TdClassName
{
border-color: #CDA193;
}
.TagClassName
{
border-color: #CDA193;
}
</style>