Shades of Rose #CDA894
Tints of Rose #CDA894
RGB
CMYK
RGB Variations
Color information
#CDA894 (or 0xCDA894) is known color: Rose. HEX triplet: CD, A8 and 94. RGB value is (205,168,148). Sum of RGB (Red+Green+Blue) = 205+168+148=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA894 is #32576B. Grayscale: #B0B0B0. Windows color (decimal): -3299180 or 9742541. OLE color: 9742541.
HSL color Cylindrical-coordinate representation of color #CDA894: hue angle of 21.05º degrees, saturation: 0.36, 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 #CDA894 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 148 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.20 |
| HSL | 21.05º | 0.36% | 0.69% | - |
| HSV(B) | 21.05º | 0.28% | 0.8% | - |
| XYZ | 44.52 | 43.12 | 33.99 | - |
| YUV | 176.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 148 | 0 | 0.18 | 0.28 | 0.20 | 21.05 | 0.36 | 0.69 |
| Hex | CD | A8 | 94 | 0 | 12 | 1C | 14 | 15 | 24 | 45 |
| Octal | 315 | 250 | 224 | 0 | 22 | 34 | 24 | 25 | 44 | 105 |
| Binary | 11001101 | 10101000 | 10010100 | 0 | 10010 | 11100 | 10100 | 10101 | 100100 | 1000101 |
Color Harmonies of #CDA894
Complementary color
Monochromatic Colors of #CDA894
Black with #CDA894
Text Example
Text Example
White with #CDA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA894; }
p { color: rgb(205,168,148); }
H1.HeaderClassName
{
color: #CDA894;
}
.AnyTagClassName
{
color: #CDA894;
}
</style>
background-color css
<style>
a { background-color: #CDA894; }
a { background-color: rgb(205,168,148); }
div.DivClassName
{
background-color: #CDA894;
}
.BgClassName
{
background-color: #CDA894;
}
</style>
border-color css
<style>
span { border-color: #CDA894; }
span { border-color: rgb(205,168,148); }
td.TdClassName
{
border-color: #CDA894;
}
.TagClassName
{
border-color: #CDA894;
}
</style>