Shades of Old Rose #C0234B
Tints of Old Rose #C0234B
RGB
CMYK
RGB Variations
Color information
#C0234B (or 0xC0234B) is known color: Old Rose. HEX triplet: C0, 23 and 4B. RGB value is (192,35,75). Sum of RGB (Red+Green+Blue) = 192+35+75=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0234B is #3FDCB4. Grayscale: #565656. Windows color (decimal): -4185269 or 4924352. OLE color: 4924352.
HSL color Cylindrical-coordinate representation of color #C0234B: hue angle of 344.71º 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 #C0234B is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 75 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.25 |
| HSL | 344.71º | 0.69% | 0.45% | - |
| HSV(B) | 344.71º | 0.82% | 0.75% | - |
| XYZ | 23.61 | 12.92 | 7.91 | - |
| YUV | 86.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 75 | 0 | 0.82 | 0.61 | 0.25 | 344.71 | 0.69 | 0.45 |
| Hex | C0 | 23 | 4B | 0 | 52 | 3D | 19 | 159 | 45 | 2D |
| Octal | 300 | 43 | 113 | 0 | 122 | 75 | 31 | 531 | 105 | 55 |
| Binary | 11000000 | 100011 | 1001011 | 0 | 1010010 | 111101 | 11001 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C0234B
Complementary color
Monochromatic Colors of #C0234B
Black with #C0234B
Text Example
Text Example
White with #C0234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0234B; }
p { color: rgb(192,35,75); }
H1.HeaderClassName
{
color: #C0234B;
}
.AnyTagClassName
{
color: #C0234B;
}
</style>
background-color css
<style>
a { background-color: #C0234B; }
a { background-color: rgb(192,35,75); }
div.DivClassName
{
background-color: #C0234B;
}
.BgClassName
{
background-color: #C0234B;
}
</style>
border-color css
<style>
span { border-color: #C0234B; }
span { border-color: rgb(192,35,75); }
td.TdClassName
{
border-color: #C0234B;
}
.TagClassName
{
border-color: #C0234B;
}
</style>