Shades of Rose #CD998F
Tints of Rose #CD998F
RGB
CMYK
RGB Variations
Color information
#CD998F (or 0xCD998F) is known color: Rose. HEX triplet: CD, 99 and 8F. RGB value is (205,153,143). Sum of RGB (Red+Green+Blue) = 205+153+143=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD998F is #326670. Grayscale: #A7A7A7. Windows color (decimal): -3303025 or 9411021. OLE color: 9411021.
HSL color Cylindrical-coordinate representation of color #CD998F: hue angle of 9.68º 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 #CD998F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 143 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.20 |
| HSL | 9.68º | 0.38% | 0.68% | - |
| HSV(B) | 9.68º | 0.3% | 0.8% | - |
| XYZ | 41.53 | 37.74 | 31.08 | - |
| YUV | 167.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 143 | 0 | 0.25 | 0.30 | 0.20 | 9.68 | 0.38 | 0.68 |
| Hex | CD | 99 | 8F | 0 | 19 | 1E | 14 | A | 26 | 44 |
| Octal | 315 | 231 | 217 | 0 | 31 | 36 | 24 | 12 | 46 | 104 |
| Binary | 11001101 | 10011001 | 10001111 | 0 | 11001 | 11110 | 10100 | 1010 | 100110 | 1000100 |
Color Harmonies of #CD998F
Complementary color
Monochromatic Colors of #CD998F
Black with #CD998F
Text Example
Text Example
White with #CD998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD998F; }
p { color: rgb(205,153,143); }
H1.HeaderClassName
{
color: #CD998F;
}
.AnyTagClassName
{
color: #CD998F;
}
</style>
background-color css
<style>
a { background-color: #CD998F; }
a { background-color: rgb(205,153,143); }
div.DivClassName
{
background-color: #CD998F;
}
.BgClassName
{
background-color: #CD998F;
}
</style>
border-color css
<style>
span { border-color: #CD998F; }
span { border-color: rgb(205,153,143); }
td.TdClassName
{
border-color: #CD998F;
}
.TagClassName
{
border-color: #CD998F;
}
</style>