Shades of Old Rose #C23C4B
Tints of Old Rose #C23C4B
RGB
CMYK
RGB Variations
Color information
#C23C4B (or 0xC23C4B) is known color: Old Rose. HEX triplet: C2, 3C and 4B. RGB value is (194,60,75). Sum of RGB (Red+Green+Blue) = 194+60+75=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C4B is #3DC3B4. Grayscale: #656565. Windows color (decimal): -4047797 or 4930754. OLE color: 4930754.
HSL color Cylindrical-coordinate representation of color #C23C4B: hue angle of 353.28º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C4B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 75 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.24 |
| HSL | 353.28º | 0.53% | 0.5% | - |
| HSV(B) | 353.28º | 0.69% | 0.76% | - |
| XYZ | 25.13 | 15.21 | 8.27 | - |
| YUV | 101.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 75 | 0 | 0.69 | 0.61 | 0.24 | 353.28 | 0.53 | 0.5 |
| Hex | C2 | 3C | 4B | 0 | 45 | 3D | 18 | 161 | 35 | 32 |
| Octal | 302 | 74 | 113 | 0 | 105 | 75 | 30 | 541 | 65 | 62 |
| Binary | 11000010 | 111100 | 1001011 | 0 | 1000101 | 111101 | 11000 | 101100001 | 110101 | 110010 |
Color Harmonies of #C23C4B
Complementary color
Monochromatic Colors of #C23C4B
Black with #C23C4B
Text Example
Text Example
White with #C23C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C4B; }
p { color: rgb(194,60,75); }
H1.HeaderClassName
{
color: #C23C4B;
}
.AnyTagClassName
{
color: #C23C4B;
}
</style>
background-color css
<style>
a { background-color: #C23C4B; }
a { background-color: rgb(194,60,75); }
div.DivClassName
{
background-color: #C23C4B;
}
.BgClassName
{
background-color: #C23C4B;
}
</style>
border-color css
<style>
span { border-color: #C23C4B; }
span { border-color: rgb(194,60,75); }
td.TdClassName
{
border-color: #C23C4B;
}
.TagClassName
{
border-color: #C23C4B;
}
</style>