Shades of Rose #CDA290
Tints of Rose #CDA290
RGB
CMYK
RGB Variations
Color information
#CDA290 (or 0xCDA290) is known color: Rose. HEX triplet: CD, A2 and 90. RGB value is (205,162,144). Sum of RGB (Red+Green+Blue) = 205+162+144=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA290 is #325D6F. Grayscale: #ACACAC. Windows color (decimal): -3300720 or 9478861. OLE color: 9478861.
HSL color Cylindrical-coordinate representation of color #CDA290: hue angle of 17.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA290 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 144 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.20 |
| HSL | 17.7º | 0.38% | 0.68% | - |
| HSV(B) | 17.7º | 0.3% | 0.8% | - |
| XYZ | 43.13 | 40.83 | 31.99 | - |
| YUV | 172.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 144 | 0 | 0.21 | 0.30 | 0.20 | 17.7 | 0.38 | 0.68 |
| Hex | CD | A2 | 90 | 0 | 15 | 1E | 14 | 12 | 26 | 44 |
| Octal | 315 | 242 | 220 | 0 | 25 | 36 | 24 | 22 | 46 | 104 |
| Binary | 11001101 | 10100010 | 10010000 | 0 | 10101 | 11110 | 10100 | 10010 | 100110 | 1000100 |
Color Harmonies of #CDA290
Complementary color
Monochromatic Colors of #CDA290
Black with #CDA290
Text Example
Text Example
White with #CDA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA290; }
p { color: rgb(205,162,144); }
H1.HeaderClassName
{
color: #CDA290;
}
.AnyTagClassName
{
color: #CDA290;
}
</style>
background-color css
<style>
a { background-color: #CDA290; }
a { background-color: rgb(205,162,144); }
div.DivClassName
{
background-color: #CDA290;
}
.BgClassName
{
background-color: #CDA290;
}
</style>
border-color css
<style>
span { border-color: #CDA290; }
span { border-color: rgb(205,162,144); }
td.TdClassName
{
border-color: #CDA290;
}
.TagClassName
{
border-color: #CDA290;
}
</style>