Shades of Old Rose #C2384B
Tints of Old Rose #C2384B
RGB
CMYK
RGB Variations
Color information
#C2384B (or 0xC2384B) is known color: Old Rose. HEX triplet: C2, 38 and 4B. RGB value is (194,56,75). Sum of RGB (Red+Green+Blue) = 194+56+75=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2384B is #3DC7B4. Grayscale: #636363. Windows color (decimal): -4048821 or 4929730. OLE color: 4929730.
HSL color Cylindrical-coordinate representation of color #C2384B: hue angle of 351.74º 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 #C2384B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 75 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.24 |
| HSL | 351.74º | 0.55% | 0.49% | - |
| HSV(B) | 351.74º | 0.71% | 0.76% | - |
| XYZ | 24.93 | 14.81 | 8.2 | - |
| YUV | 99.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 75 | 0 | 0.71 | 0.61 | 0.24 | 351.74 | 0.55 | 0.49 |
| Hex | C2 | 38 | 4B | 0 | 47 | 3D | 18 | 160 | 37 | 31 |
| Octal | 302 | 70 | 113 | 0 | 107 | 75 | 30 | 540 | 67 | 61 |
| Binary | 11000010 | 111000 | 1001011 | 0 | 1000111 | 111101 | 11000 | 101100000 | 110111 | 110001 |
Color Harmonies of #C2384B
Complementary color
Monochromatic Colors of #C2384B
Black with #C2384B
Text Example
Text Example
White with #C2384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2384B; }
p { color: rgb(194,56,75); }
H1.HeaderClassName
{
color: #C2384B;
}
.AnyTagClassName
{
color: #C2384B;
}
</style>
background-color css
<style>
a { background-color: #C2384B; }
a { background-color: rgb(194,56,75); }
div.DivClassName
{
background-color: #C2384B;
}
.BgClassName
{
background-color: #C2384B;
}
</style>
border-color css
<style>
span { border-color: #C2384B; }
span { border-color: rgb(194,56,75); }
td.TdClassName
{
border-color: #C2384B;
}
.TagClassName
{
border-color: #C2384B;
}
</style>