Shades of Old Rose #C2384D
Tints of Old Rose #C2384D
RGB
CMYK
RGB Variations
Color information
#C2384D (or 0xC2384D) is known color: Old Rose. HEX triplet: C2, 38 and 4D. RGB value is (194,56,77). Sum of RGB (Red+Green+Blue) = 194+56+77=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2384D is #3DC7B2. Grayscale: #636363. Windows color (decimal): -4048819 or 5060802. OLE color: 5060802.
HSL color Cylindrical-coordinate representation of color #C2384D: hue angle of 350.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2384D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 77 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.24 |
| HSL | 350.87º | 0.55% | 0.49% | - |
| HSV(B) | 350.87º | 0.71% | 0.76% | - |
| XYZ | 25 | 14.83 | 8.57 | - |
| YUV | 99.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 77 | 0 | 0.71 | 0.60 | 0.24 | 350.87 | 0.55 | 0.49 |
| Hex | C2 | 38 | 4D | 0 | 47 | 3C | 18 | 15F | 37 | 31 |
| Octal | 302 | 70 | 115 | 0 | 107 | 74 | 30 | 537 | 67 | 61 |
| Binary | 11000010 | 111000 | 1001101 | 0 | 1000111 | 111100 | 11000 | 101011111 | 110111 | 110001 |
Color Harmonies of #C2384D
Complementary color
Monochromatic Colors of #C2384D
Black with #C2384D
Text Example
Text Example
White with #C2384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2384D; }
p { color: rgb(194,56,77); }
H1.HeaderClassName
{
color: #C2384D;
}
.AnyTagClassName
{
color: #C2384D;
}
</style>
background-color css
<style>
a { background-color: #C2384D; }
a { background-color: rgb(194,56,77); }
div.DivClassName
{
background-color: #C2384D;
}
.BgClassName
{
background-color: #C2384D;
}
</style>
border-color css
<style>
span { border-color: #C2384D; }
span { border-color: rgb(194,56,77); }
td.TdClassName
{
border-color: #C2384D;
}
.TagClassName
{
border-color: #C2384D;
}
</style>