Shades of Old Rose #C43852
Tints of Old Rose #C43852
RGB
CMYK
RGB Variations
Color information
#C43852 (or 0xC43852) is known color: Old Rose. HEX triplet: C4, 38 and 52. RGB value is (196,56,82). Sum of RGB (Red+Green+Blue) = 196+56+82=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43852 is #3BC7AD. Grayscale: #646464. Windows color (decimal): -3917742 or 5388484. OLE color: 5388484.
HSL color Cylindrical-coordinate representation of color #C43852: hue angle of 348.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43852 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 82 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.23 |
| HSL | 348.86º | 0.56% | 0.49% | - |
| HSV(B) | 348.86º | 0.71% | 0.77% | - |
| XYZ | 25.7 | 15.17 | 9.56 | - |
| YUV | 100.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 82 | 0 | 0.71 | 0.58 | 0.23 | 348.86 | 0.56 | 0.49 |
| Hex | C4 | 38 | 52 | 0 | 47 | 3A | 17 | 15D | 38 | 31 |
| Octal | 304 | 70 | 122 | 0 | 107 | 72 | 27 | 535 | 70 | 61 |
| Binary | 11000100 | 111000 | 1010010 | 0 | 1000111 | 111010 | 10111 | 101011101 | 111000 | 110001 |
Color Harmonies of #C43852
Complementary color
Monochromatic Colors of #C43852
Black with #C43852
Text Example
Text Example
White with #C43852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43852; }
p { color: rgb(196,56,82); }
H1.HeaderClassName
{
color: #C43852;
}
.AnyTagClassName
{
color: #C43852;
}
</style>
background-color css
<style>
a { background-color: #C43852; }
a { background-color: rgb(196,56,82); }
div.DivClassName
{
background-color: #C43852;
}
.BgClassName
{
background-color: #C43852;
}
</style>
border-color css
<style>
span { border-color: #C43852; }
span { border-color: rgb(196,56,82); }
td.TdClassName
{
border-color: #C43852;
}
.TagClassName
{
border-color: #C43852;
}
</style>