Shades of Old Rose #C0384C
Tints of Old Rose #C0384C
RGB
CMYK
RGB Variations
Color information
#C0384C (or 0xC0384C) is known color: Old Rose. HEX triplet: C0, 38 and 4C. RGB value is (192,56,76). Sum of RGB (Red+Green+Blue) = 192+56+76=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0384C is #3FC7B3. Grayscale: #626262. Windows color (decimal): -4179892 or 4995264. OLE color: 4995264.
HSL color Cylindrical-coordinate representation of color #C0384C: hue angle of 351.18º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0384C is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 56 | 76 | - |
CMYK | 0 | 0.71 | 0.60 | 0.25 |
HSL | 351.18º | 0.55% | 0.49% | - |
HSV(B) | 351.18º | 0.71% | 0.75% | - |
XYZ | 24.46 | 14.56 | 8.36 | - |
YUV | 98.94 | 115.06 | 194.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 56 | 76 | 0 | 0.71 | 0.60 | 0.25 | 351.18 | 0.55 | 0.49 |
Hex | C0 | 38 | 4C | 0 | 47 | 3C | 19 | 15F | 37 | 31 |
Octal | 300 | 70 | 114 | 0 | 107 | 74 | 31 | 537 | 67 | 61 |
Binary | 11000000 | 111000 | 1001100 | 0 | 1000111 | 111100 | 11001 | 101011111 | 110111 | 110001 |
Color Harmonies of #C0384C
Complementary color
Monochromatic Colors of #C0384C
Black with #C0384C
Text Example
Text Example
White with #C0384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0384C; }
p { color: rgb(192,56,76); }
H1.HeaderClassName
{
color: #C0384C;
}
.AnyTagClassName
{
color: #C0384C;
}
</style>
background-color css
<style>
a { background-color: #C0384C; }
a { background-color: rgb(192,56,76); }
div.DivClassName
{
background-color: #C0384C;
}
.BgClassName
{
background-color: #C0384C;
}
</style>
border-color css
<style>
span { border-color: #C0384C; }
span { border-color: rgb(192,56,76); }
td.TdClassName
{
border-color: #C0384C;
}
.TagClassName
{
border-color: #C0384C;
}
</style>