Shades of Old Rose #C23652
Tints of Old Rose #C23652
RGB
CMYK
RGB Variations
Color information
#C23652 (or 0xC23652) is known color: Old Rose. HEX triplet: C2, 36 and 52. RGB value is (194,54,82). Sum of RGB (Red+Green+Blue) = 194+54+82=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23652 is #3DC9AD. Grayscale: #636363. Windows color (decimal): -4049326 or 5387970. OLE color: 5387970.
HSL color Cylindrical-coordinate representation of color #C23652: hue angle of 348º 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 #C23652 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 82 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.24 |
| HSL | 348º | 0.56% | 0.49% | - |
| HSV(B) | 348º | 0.72% | 0.76% | - |
| XYZ | 25.09 | 14.72 | 9.5 | - |
| YUV | 99.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 82 | 0 | 0.72 | 0.58 | 0.24 | 348 | 0.56 | 0.49 |
| Hex | C2 | 36 | 52 | 0 | 48 | 3A | 18 | 15C | 38 | 31 |
| Octal | 302 | 66 | 122 | 0 | 110 | 72 | 30 | 534 | 70 | 61 |
| Binary | 11000010 | 110110 | 1010010 | 0 | 1001000 | 111010 | 11000 | 101011100 | 111000 | 110001 |
Color Harmonies of #C23652
Complementary color
Monochromatic Colors of #C23652
Black with #C23652
Text Example
Text Example
White with #C23652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23652; }
p { color: rgb(194,54,82); }
H1.HeaderClassName
{
color: #C23652;
}
.AnyTagClassName
{
color: #C23652;
}
</style>
background-color css
<style>
a { background-color: #C23652; }
a { background-color: rgb(194,54,82); }
div.DivClassName
{
background-color: #C23652;
}
.BgClassName
{
background-color: #C23652;
}
</style>
border-color css
<style>
span { border-color: #C23652; }
span { border-color: rgb(194,54,82); }
td.TdClassName
{
border-color: #C23652;
}
.TagClassName
{
border-color: #C23652;
}
</style>