Shades of Rose #CDA48F
Tints of Rose #CDA48F
RGB
CMYK
RGB Variations
Color information
#CDA48F (or 0xCDA48F) is known color: Rose. HEX triplet: CD, A4 and 8F. RGB value is (205,164,143). Sum of RGB (Red+Green+Blue) = 205+164+143=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA48F is #325B70. Grayscale: #ADADAD. Windows color (decimal): -3300209 or 9413837. OLE color: 9413837.
HSL color Cylindrical-coordinate representation of color #CDA48F: hue angle of 20.32º 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 #CDA48F is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 143 | - |
| CMYK | 0 | 0.2 | 0.30 | 0.20 |
| HSL | 20.32º | 0.38% | 0.68% | - |
| HSV(B) | 20.32º | 0.3% | 0.8% | - |
| XYZ | 43.41 | 41.51 | 31.71 | - |
| YUV | 173.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 143 | 0 | 0.2 | 0.30 | 0.20 | 20.32 | 0.38 | 0.68 |
| Hex | CD | A4 | 8F | 0 | 14 | 1E | 14 | 14 | 26 | 44 |
| Octal | 315 | 244 | 217 | 0 | 24 | 36 | 24 | 24 | 46 | 104 |
| Binary | 11001101 | 10100100 | 10001111 | 0 | 10100 | 11110 | 10100 | 10100 | 100110 | 1000100 |
Color Harmonies of #CDA48F
Complementary color
Monochromatic Colors of #CDA48F
Black with #CDA48F
Text Example
Text Example
White with #CDA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA48F; }
p { color: rgb(205,164,143); }
H1.HeaderClassName
{
color: #CDA48F;
}
.AnyTagClassName
{
color: #CDA48F;
}
</style>
background-color css
<style>
a { background-color: #CDA48F; }
a { background-color: rgb(205,164,143); }
div.DivClassName
{
background-color: #CDA48F;
}
.BgClassName
{
background-color: #CDA48F;
}
</style>
border-color css
<style>
span { border-color: #CDA48F; }
span { border-color: rgb(205,164,143); }
td.TdClassName
{
border-color: #CDA48F;
}
.TagClassName
{
border-color: #CDA48F;
}
</style>