Shades of Old Rose #C23653
Tints of Old Rose #C23653
RGB
CMYK
RGB Variations
Color information
#C23653 (or 0xC23653) is known color: Old Rose. HEX triplet: C2, 36 and 53. RGB value is (194,54,83). Sum of RGB (Red+Green+Blue) = 194+54+83=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23653 is #3DC9AC. Grayscale: #636363. Windows color (decimal): -4049325 or 5453506. OLE color: 5453506.
HSL color Cylindrical-coordinate representation of color #C23653: hue angle of 347.57º 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 #C23653 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 83 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.24 |
| HSL | 347.57º | 0.56% | 0.49% | - |
| HSV(B) | 347.57º | 0.72% | 0.76% | - |
| XYZ | 25.13 | 14.73 | 9.7 | - |
| YUV | 99.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 83 | 0 | 0.72 | 0.57 | 0.24 | 347.57 | 0.56 | 0.49 |
| Hex | C2 | 36 | 53 | 0 | 48 | 39 | 18 | 15C | 38 | 31 |
| Octal | 302 | 66 | 123 | 0 | 110 | 71 | 30 | 534 | 70 | 61 |
| Binary | 11000010 | 110110 | 1010011 | 0 | 1001000 | 111001 | 11000 | 101011100 | 111000 | 110001 |
Color Harmonies of #C23653
Complementary color
Monochromatic Colors of #C23653
Black with #C23653
Text Example
Text Example
White with #C23653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23653; }
p { color: rgb(194,54,83); }
H1.HeaderClassName
{
color: #C23653;
}
.AnyTagClassName
{
color: #C23653;
}
</style>
background-color css
<style>
a { background-color: #C23653; }
a { background-color: rgb(194,54,83); }
div.DivClassName
{
background-color: #C23653;
}
.BgClassName
{
background-color: #C23653;
}
</style>
border-color css
<style>
span { border-color: #C23653; }
span { border-color: rgb(194,54,83); }
td.TdClassName
{
border-color: #C23653;
}
.TagClassName
{
border-color: #C23653;
}
</style>