Shades of Old Rose #C23D4A
Tints of Old Rose #C23D4A
RGB
CMYK
RGB Variations
Color information
#C23D4A (or 0xC23D4A) is known color: Old Rose. HEX triplet: C2, 3D and 4A. RGB value is (194,61,74). Sum of RGB (Red+Green+Blue) = 194+61+74=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D4A is #3DC2B5. Grayscale: #666666. Windows color (decimal): -4047542 or 4865474. OLE color: 4865474.
HSL color Cylindrical-coordinate representation of color #C23D4A: hue angle of 354.14º degrees, saturation: 0.52, 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 #C23D4A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 74 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.24 |
| HSL | 354.14º | 0.52% | 0.5% | - |
| HSV(B) | 354.14º | 0.69% | 0.76% | - |
| XYZ | 25.15 | 15.3 | 8.11 | - |
| YUV | 102.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 74 | 0 | 0.69 | 0.62 | 0.24 | 354.14 | 0.52 | 0.5 |
| Hex | C2 | 3D | 4A | 0 | 45 | 3E | 18 | 162 | 34 | 32 |
| Octal | 302 | 75 | 112 | 0 | 105 | 76 | 30 | 542 | 64 | 62 |
| Binary | 11000010 | 111101 | 1001010 | 0 | 1000101 | 111110 | 11000 | 101100010 | 110100 | 110010 |
Color Harmonies of #C23D4A
Complementary color
Monochromatic Colors of #C23D4A
Black with #C23D4A
Text Example
Text Example
White with #C23D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D4A; }
p { color: rgb(194,61,74); }
H1.HeaderClassName
{
color: #C23D4A;
}
.AnyTagClassName
{
color: #C23D4A;
}
</style>
background-color css
<style>
a { background-color: #C23D4A; }
a { background-color: rgb(194,61,74); }
div.DivClassName
{
background-color: #C23D4A;
}
.BgClassName
{
background-color: #C23D4A;
}
</style>
border-color css
<style>
span { border-color: #C23D4A; }
span { border-color: rgb(194,61,74); }
td.TdClassName
{
border-color: #C23D4A;
}
.TagClassName
{
border-color: #C23D4A;
}
</style>