Shades of Old Rose #C0234F
Tints of Old Rose #C0234F
RGB
CMYK
RGB Variations
Color information
#C0234F (or 0xC0234F) is known color: Old Rose. HEX triplet: C0, 23 and 4F. RGB value is (192,35,79). Sum of RGB (Red+Green+Blue) = 192+35+79=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0234F is #3FDCB0. Grayscale: #565656. Windows color (decimal): -4185265 or 5186496. OLE color: 5186496.
HSL color Cylindrical-coordinate representation of color #C0234F: hue angle of 343.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0234F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 79 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.25 |
| HSL | 343.18º | 0.69% | 0.45% | - |
| HSV(B) | 343.18º | 0.82% | 0.75% | - |
| XYZ | 23.75 | 12.97 | 8.65 | - |
| YUV | 86.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 79 | 0 | 0.82 | 0.59 | 0.25 | 343.18 | 0.69 | 0.45 |
| Hex | C0 | 23 | 4F | 0 | 52 | 3B | 19 | 157 | 45 | 2D |
| Octal | 300 | 43 | 117 | 0 | 122 | 73 | 31 | 527 | 105 | 55 |
| Binary | 11000000 | 100011 | 1001111 | 0 | 1010010 | 111011 | 11001 | 101010111 | 1000101 | 101101 |
Color Harmonies of #C0234F
Complementary color
Monochromatic Colors of #C0234F
Black with #C0234F
Text Example
Text Example
White with #C0234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0234F; }
p { color: rgb(192,35,79); }
H1.HeaderClassName
{
color: #C0234F;
}
.AnyTagClassName
{
color: #C0234F;
}
</style>
background-color css
<style>
a { background-color: #C0234F; }
a { background-color: rgb(192,35,79); }
div.DivClassName
{
background-color: #C0234F;
}
.BgClassName
{
background-color: #C0234F;
}
</style>
border-color css
<style>
span { border-color: #C0234F; }
span { border-color: rgb(192,35,79); }
td.TdClassName
{
border-color: #C0234F;
}
.TagClassName
{
border-color: #C0234F;
}
</style>