Shades of Old Rose #C23B4B
Tints of Old Rose #C23B4B
RGB
CMYK
RGB Variations
Color information
#C23B4B (or 0xC23B4B) is known color: Old Rose. HEX triplet: C2, 3B and 4B. RGB value is (194,59,75). Sum of RGB (Red+Green+Blue) = 194+59+75=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B4B is #3DC4B4. Grayscale: #656565. Windows color (decimal): -4048053 or 4930498. OLE color: 4930498.
HSL color Cylindrical-coordinate representation of color #C23B4B: hue angle of 352.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B4B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 75 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.24 |
| HSL | 352.89º | 0.53% | 0.5% | - |
| HSV(B) | 352.89º | 0.7% | 0.76% | - |
| XYZ | 25.08 | 15.11 | 8.25 | - |
| YUV | 101.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 75 | 0 | 0.70 | 0.61 | 0.24 | 352.89 | 0.53 | 0.5 |
| Hex | C2 | 3B | 4B | 0 | 46 | 3D | 18 | 161 | 35 | 32 |
| Octal | 302 | 73 | 113 | 0 | 106 | 75 | 30 | 541 | 65 | 62 |
| Binary | 11000010 | 111011 | 1001011 | 0 | 1000110 | 111101 | 11000 | 101100001 | 110101 | 110010 |
Color Harmonies of #C23B4B
Complementary color
Monochromatic Colors of #C23B4B
Black with #C23B4B
Text Example
Text Example
White with #C23B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B4B; }
p { color: rgb(194,59,75); }
H1.HeaderClassName
{
color: #C23B4B;
}
.AnyTagClassName
{
color: #C23B4B;
}
</style>
background-color css
<style>
a { background-color: #C23B4B; }
a { background-color: rgb(194,59,75); }
div.DivClassName
{
background-color: #C23B4B;
}
.BgClassName
{
background-color: #C23B4B;
}
</style>
border-color css
<style>
span { border-color: #C23B4B; }
span { border-color: rgb(194,59,75); }
td.TdClassName
{
border-color: #C23B4B;
}
.TagClassName
{
border-color: #C23B4B;
}
</style>