Shades of Old Rose #CE3850
Tints of Old Rose #CE3850
RGB
CMYK
RGB Variations
Color information
#CE3850 (or 0xCE3850) is known color: Old Rose. HEX triplet: CE, 38 and 50. RGB value is (206,56,80). Sum of RGB (Red+Green+Blue) = 206+56+80=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3850 is #31C7AF. Grayscale: #676767. Windows color (decimal): -3262384 or 5257422. OLE color: 5257422.
HSL color Cylindrical-coordinate representation of color #CE3850: hue angle of 350.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3850 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 80 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.19 |
| HSL | 350.4º | 0.6% | 0.51% | - |
| HSV(B) | 350.4º | 0.73% | 0.81% | - |
| XYZ | 28.32 | 16.53 | 9.29 | - |
| YUV | 103.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 80 | 0 | 0.73 | 0.61 | 0.19 | 350.4 | 0.6 | 0.51 |
| Hex | CE | 38 | 50 | 0 | 49 | 3D | 13 | 15E | 3C | 33 |
| Octal | 316 | 70 | 120 | 0 | 111 | 75 | 23 | 536 | 74 | 63 |
| Binary | 11001110 | 111000 | 1010000 | 0 | 1001001 | 111101 | 10011 | 101011110 | 111100 | 110011 |
Color Harmonies of #CE3850
Complementary color
Monochromatic Colors of #CE3850
Black with #CE3850
Text Example
Text Example
White with #CE3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3850; }
p { color: rgb(206,56,80); }
H1.HeaderClassName
{
color: #CE3850;
}
.AnyTagClassName
{
color: #CE3850;
}
</style>
background-color css
<style>
a { background-color: #CE3850; }
a { background-color: rgb(206,56,80); }
div.DivClassName
{
background-color: #CE3850;
}
.BgClassName
{
background-color: #CE3850;
}
</style>
border-color css
<style>
span { border-color: #CE3850; }
span { border-color: rgb(206,56,80); }
td.TdClassName
{
border-color: #CE3850;
}
.TagClassName
{
border-color: #CE3850;
}
</style>