Shades of Old Rose #C4364C
Tints of Old Rose #C4364C
RGB
CMYK
RGB Variations
Color information
#C4364C (or 0xC4364C) is known color: Old Rose. HEX triplet: C4, 36 and 4C. RGB value is (196,54,76). Sum of RGB (Red+Green+Blue) = 196+54+76=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4364C is #3BC9B3. Grayscale: #636363. Windows color (decimal): -3918260 or 4994756. OLE color: 4994756.
HSL color Cylindrical-coordinate representation of color #C4364C: hue angle of 350.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4364C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 76 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.23 |
| HSL | 350.7º | 0.57% | 0.49% | - |
| HSV(B) | 350.7º | 0.72% | 0.77% | - |
| XYZ | 25.39 | 14.9 | 8.37 | - |
| YUV | 98.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 76 | 0 | 0.72 | 0.61 | 0.23 | 350.7 | 0.57 | 0.49 |
| Hex | C4 | 36 | 4C | 0 | 48 | 3D | 17 | 15F | 39 | 31 |
| Octal | 304 | 66 | 114 | 0 | 110 | 75 | 27 | 537 | 71 | 61 |
| Binary | 11000100 | 110110 | 1001100 | 0 | 1001000 | 111101 | 10111 | 101011111 | 111001 | 110001 |
Color Harmonies of #C4364C
Complementary color
Monochromatic Colors of #C4364C
Black with #C4364C
Text Example
Text Example
White with #C4364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4364C; }
p { color: rgb(196,54,76); }
H1.HeaderClassName
{
color: #C4364C;
}
.AnyTagClassName
{
color: #C4364C;
}
</style>
background-color css
<style>
a { background-color: #C4364C; }
a { background-color: rgb(196,54,76); }
div.DivClassName
{
background-color: #C4364C;
}
.BgClassName
{
background-color: #C4364C;
}
</style>
border-color css
<style>
span { border-color: #C4364C; }
span { border-color: rgb(196,54,76); }
td.TdClassName
{
border-color: #C4364C;
}
.TagClassName
{
border-color: #C4364C;
}
</style>