Shades of Rose #CDA493
Tints of Rose #CDA493
RGB
CMYK
RGB Variations
Color information
#CDA493 (or 0xCDA493) is known color: Rose. HEX triplet: CD, A4 and 93. RGB value is (205,164,147). Sum of RGB (Red+Green+Blue) = 205+164+147=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA493 is #325B6C. Grayscale: #AEAEAE. Windows color (decimal): -3300205 or 9675981. OLE color: 9675981.
HSL color Cylindrical-coordinate representation of color #CDA493: hue angle of 17.59º 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 #CDA493 is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 147 | - |
| CMYK | 0 | 0.2 | 0.28 | 0.20 |
| HSL | 17.59º | 0.37% | 0.69% | - |
| HSV(B) | 17.59º | 0.28% | 0.8% | - |
| XYZ | 43.72 | 41.64 | 33.34 | - |
| YUV | 174.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 147 | 0 | 0.2 | 0.28 | 0.20 | 17.59 | 0.37 | 0.69 |
| Hex | CD | A4 | 93 | 0 | 14 | 1C | 14 | 12 | 25 | 45 |
| Octal | 315 | 244 | 223 | 0 | 24 | 34 | 24 | 22 | 45 | 105 |
| Binary | 11001101 | 10100100 | 10010011 | 0 | 10100 | 11100 | 10100 | 10010 | 100101 | 1000101 |
Color Harmonies of #CDA493
Complementary color
Monochromatic Colors of #CDA493
Black with #CDA493
Text Example
Text Example
White with #CDA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA493; }
p { color: rgb(205,164,147); }
H1.HeaderClassName
{
color: #CDA493;
}
.AnyTagClassName
{
color: #CDA493;
}
</style>
background-color css
<style>
a { background-color: #CDA493; }
a { background-color: rgb(205,164,147); }
div.DivClassName
{
background-color: #CDA493;
}
.BgClassName
{
background-color: #CDA493;
}
</style>
border-color css
<style>
span { border-color: #CDA493; }
span { border-color: rgb(205,164,147); }
td.TdClassName
{
border-color: #CDA493;
}
.TagClassName
{
border-color: #CDA493;
}
</style>