Shades of Old Rose #C1384A
Tints of Old Rose #C1384A
RGB
CMYK
RGB Variations
Color information
#C1384A (or 0xC1384A) is known color: Old Rose. HEX triplet: C1, 38 and 4A. RGB value is (193,56,74). Sum of RGB (Red+Green+Blue) = 193+56+74=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1384A is #3EC7B5. Grayscale: #636363. Windows color (decimal): -4114358 or 4864193. OLE color: 4864193.
HSL color Cylindrical-coordinate representation of color #C1384A: hue angle of 352.12º 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 #C1384A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 74 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.24 |
| HSL | 352.12º | 0.55% | 0.49% | - |
| HSV(B) | 352.12º | 0.71% | 0.76% | - |
| XYZ | 24.64 | 14.66 | 8.01 | - |
| YUV | 99.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 74 | 0 | 0.71 | 0.62 | 0.24 | 352.12 | 0.55 | 0.49 |
| Hex | C1 | 38 | 4A | 0 | 47 | 3E | 18 | 160 | 37 | 31 |
| Octal | 301 | 70 | 112 | 0 | 107 | 76 | 30 | 540 | 67 | 61 |
| Binary | 11000001 | 111000 | 1001010 | 0 | 1000111 | 111110 | 11000 | 101100000 | 110111 | 110001 |
Color Harmonies of #C1384A
Complementary color
Monochromatic Colors of #C1384A
Black with #C1384A
Text Example
Text Example
White with #C1384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1384A; }
p { color: rgb(193,56,74); }
H1.HeaderClassName
{
color: #C1384A;
}
.AnyTagClassName
{
color: #C1384A;
}
</style>
background-color css
<style>
a { background-color: #C1384A; }
a { background-color: rgb(193,56,74); }
div.DivClassName
{
background-color: #C1384A;
}
.BgClassName
{
background-color: #C1384A;
}
</style>
border-color css
<style>
span { border-color: #C1384A; }
span { border-color: rgb(193,56,74); }
td.TdClassName
{
border-color: #C1384A;
}
.TagClassName
{
border-color: #C1384A;
}
</style>