Shades of Old Rose #C23761
Tints of Old Rose #C23761
RGB
CMYK
RGB Variations
Color information
#C23761 (or 0xC23761) is known color: Old Rose. HEX triplet: C2, 37 and 61. RGB value is (194,55,97). Sum of RGB (Red+Green+Blue) = 194+55+97=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C23761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23761 is #3DC89E. Grayscale: #656565. Windows color (decimal): -4049055 or 6371266. OLE color: 6371266.
HSL color Cylindrical-coordinate representation of color #C23761: hue angle of 341.87º 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 #C23761 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 97 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.24 |
| HSL | 341.87º | 0.56% | 0.49% | - |
| HSV(B) | 341.87º | 0.72% | 0.76% | - |
| XYZ | 25.77 | 15.06 | 12.86 | - |
| YUV | 101.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 97 | 0 | 0.72 | 0.50 | 0.24 | 341.87 | 0.56 | 0.49 |
| Hex | C2 | 37 | 61 | 0 | 48 | 32 | 18 | 156 | 38 | 31 |
| Octal | 302 | 67 | 141 | 0 | 110 | 62 | 30 | 526 | 70 | 61 |
| Binary | 11000010 | 110111 | 1100001 | 0 | 1001000 | 110010 | 11000 | 101010110 | 111000 | 110001 |
Color Harmonies of #C23761
Complementary color
Monochromatic Colors of #C23761
Black with #C23761
Text Example
Text Example
White with #C23761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23761; }
p { color: rgb(194,55,97); }
H1.HeaderClassName
{
color: #C23761;
}
.AnyTagClassName
{
color: #C23761;
}
</style>
background-color css
<style>
a { background-color: #C23761; }
a { background-color: rgb(194,55,97); }
div.DivClassName
{
background-color: #C23761;
}
.BgClassName
{
background-color: #C23761;
}
</style>
border-color css
<style>
span { border-color: #C23761; }
span { border-color: rgb(194,55,97); }
td.TdClassName
{
border-color: #C23761;
}
.TagClassName
{
border-color: #C23761;
}
</style>