Shades of Old Rose #C3234B
Tints of Old Rose #C3234B
RGB
CMYK
RGB Variations
Color information
#C3234B (or 0xC3234B) is known color: Old Rose. HEX triplet: C3, 23 and 4B. RGB value is (195,35,75). Sum of RGB (Red+Green+Blue) = 195+35+75=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3234B is #3CDCB4. Grayscale: #575757. Windows color (decimal): -3988661 or 4924355. OLE color: 4924355.
HSL color Cylindrical-coordinate representation of color #C3234B: hue angle of 345º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3234B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 75 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.24 |
| HSL | 345º | 0.7% | 0.45% | - |
| HSV(B) | 345º | 0.82% | 0.76% | - |
| XYZ | 24.38 | 13.31 | 7.94 | - |
| YUV | 87.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 75 | 0 | 0.82 | 0.62 | 0.24 | 345 | 0.7 | 0.45 |
| Hex | C3 | 23 | 4B | 0 | 52 | 3E | 18 | 159 | 46 | 2D |
| Octal | 303 | 43 | 113 | 0 | 122 | 76 | 30 | 531 | 106 | 55 |
| Binary | 11000011 | 100011 | 1001011 | 0 | 1010010 | 111110 | 11000 | 101011001 | 1000110 | 101101 |
Color Harmonies of #C3234B
Complementary color
Monochromatic Colors of #C3234B
Black with #C3234B
Text Example
Text Example
White with #C3234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3234B; }
p { color: rgb(195,35,75); }
H1.HeaderClassName
{
color: #C3234B;
}
.AnyTagClassName
{
color: #C3234B;
}
</style>
background-color css
<style>
a { background-color: #C3234B; }
a { background-color: rgb(195,35,75); }
div.DivClassName
{
background-color: #C3234B;
}
.BgClassName
{
background-color: #C3234B;
}
</style>
border-color css
<style>
span { border-color: #C3234B; }
span { border-color: rgb(195,35,75); }
td.TdClassName
{
border-color: #C3234B;
}
.TagClassName
{
border-color: #C3234B;
}
</style>