Shades of Old Rose #C4364B
Tints of Old Rose #C4364B
RGB
CMYK
RGB Variations
Color information
#C4364B (or 0xC4364B) is known color: Old Rose. HEX triplet: C4, 36 and 4B. RGB value is (196,54,75). Sum of RGB (Red+Green+Blue) = 196+54+75=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4364B is #3BC9B4. Grayscale: #626262. Windows color (decimal): -3918261 or 4929220. OLE color: 4929220.
HSL color Cylindrical-coordinate representation of color #C4364B: hue angle of 351.13º 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 #C4364B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 75 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.23 |
| HSL | 351.13º | 0.57% | 0.49% | - |
| HSV(B) | 351.13º | 0.72% | 0.77% | - |
| XYZ | 25.35 | 14.88 | 8.19 | - |
| YUV | 98.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 75 | 0 | 0.72 | 0.62 | 0.23 | 351.13 | 0.57 | 0.49 |
| Hex | C4 | 36 | 4B | 0 | 48 | 3E | 17 | 15F | 39 | 31 |
| Octal | 304 | 66 | 113 | 0 | 110 | 76 | 27 | 537 | 71 | 61 |
| Binary | 11000100 | 110110 | 1001011 | 0 | 1001000 | 111110 | 10111 | 101011111 | 111001 | 110001 |
Color Harmonies of #C4364B
Complementary color
Monochromatic Colors of #C4364B
Black with #C4364B
Text Example
Text Example
White with #C4364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4364B; }
p { color: rgb(196,54,75); }
H1.HeaderClassName
{
color: #C4364B;
}
.AnyTagClassName
{
color: #C4364B;
}
</style>
background-color css
<style>
a { background-color: #C4364B; }
a { background-color: rgb(196,54,75); }
div.DivClassName
{
background-color: #C4364B;
}
.BgClassName
{
background-color: #C4364B;
}
</style>
border-color css
<style>
span { border-color: #C4364B; }
span { border-color: rgb(196,54,75); }
td.TdClassName
{
border-color: #C4364B;
}
.TagClassName
{
border-color: #C4364B;
}
</style>