Shades of Old Rose #C23752
Tints of Old Rose #C23752
RGB
CMYK
RGB Variations
Color information
#C23752 (or 0xC23752) is known color: Old Rose. HEX triplet: C2, 37 and 52. RGB value is (194,55,82). Sum of RGB (Red+Green+Blue) = 194+55+82=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23752 is #3DC8AD. Grayscale: #636363. Windows color (decimal): -4049070 or 5388226. OLE color: 5388226.
HSL color Cylindrical-coordinate representation of color #C23752: hue angle of 348.35º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23752 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 82 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.24 |
| HSL | 348.35º | 0.56% | 0.49% | - |
| HSV(B) | 348.35º | 0.72% | 0.76% | - |
| XYZ | 25.14 | 14.81 | 9.52 | - |
| YUV | 99.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 82 | 0 | 0.72 | 0.58 | 0.24 | 348.35 | 0.56 | 0.49 |
| Hex | C2 | 37 | 52 | 0 | 48 | 3A | 18 | 15C | 38 | 31 |
| Octal | 302 | 67 | 122 | 0 | 110 | 72 | 30 | 534 | 70 | 61 |
| Binary | 11000010 | 110111 | 1010010 | 0 | 1001000 | 111010 | 11000 | 101011100 | 111000 | 110001 |
Color Harmonies of #C23752
Complementary color
Monochromatic Colors of #C23752
Black with #C23752
Text Example
Text Example
White with #C23752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23752; }
p { color: rgb(194,55,82); }
H1.HeaderClassName
{
color: #C23752;
}
.AnyTagClassName
{
color: #C23752;
}
</style>
background-color css
<style>
a { background-color: #C23752; }
a { background-color: rgb(194,55,82); }
div.DivClassName
{
background-color: #C23752;
}
.BgClassName
{
background-color: #C23752;
}
</style>
border-color css
<style>
span { border-color: #C23752; }
span { border-color: rgb(194,55,82); }
td.TdClassName
{
border-color: #C23752;
}
.TagClassName
{
border-color: #C23752;
}
</style>