Shades of Rose #CDA793
Tints of Rose #CDA793
RGB
CMYK
RGB Variations
Color information
#CDA793 (or 0xCDA793) is known color: Rose. HEX triplet: CD, A7 and 93. RGB value is (205,167,147). Sum of RGB (Red+Green+Blue) = 205+167+147=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA793 is #32586C. Grayscale: #B0B0B0. Windows color (decimal): -3299437 or 9676749. OLE color: 9676749.
HSL color Cylindrical-coordinate representation of color #CDA793: hue angle of 20.69º 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 #CDA793 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 147 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.20 |
| HSL | 20.69º | 0.37% | 0.69% | - |
| HSV(B) | 20.69º | 0.28% | 0.8% | - |
| XYZ | 44.26 | 42.72 | 33.52 | - |
| YUV | 176.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 147 | 0 | 0.19 | 0.28 | 0.20 | 20.69 | 0.37 | 0.69 |
| Hex | CD | A7 | 93 | 0 | 13 | 1C | 14 | 15 | 25 | 45 |
| Octal | 315 | 247 | 223 | 0 | 23 | 34 | 24 | 25 | 45 | 105 |
| Binary | 11001101 | 10100111 | 10010011 | 0 | 10011 | 11100 | 10100 | 10101 | 100101 | 1000101 |
Color Harmonies of #CDA793
Complementary color
Monochromatic Colors of #CDA793
Black with #CDA793
Text Example
Text Example
White with #CDA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA793; }
p { color: rgb(205,167,147); }
H1.HeaderClassName
{
color: #CDA793;
}
.AnyTagClassName
{
color: #CDA793;
}
</style>
background-color css
<style>
a { background-color: #CDA793; }
a { background-color: rgb(205,167,147); }
div.DivClassName
{
background-color: #CDA793;
}
.BgClassName
{
background-color: #CDA793;
}
</style>
border-color css
<style>
span { border-color: #CDA793; }
span { border-color: rgb(205,167,147); }
td.TdClassName
{
border-color: #CDA793;
}
.TagClassName
{
border-color: #CDA793;
}
</style>