Shades of Old Rose #C8345C
Tints of Old Rose #C8345C
RGB
CMYK
RGB Variations
Color information
#C8345C (or 0xC8345C) is known color: Old Rose. HEX triplet: C8, 34 and 5C. RGB value is (200,52,92). Sum of RGB (Red+Green+Blue) = 200+52+92=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8345C is #37CBA3. Grayscale: #646464. Windows color (decimal): -3656612 or 6042824. OLE color: 6042824.
HSL color Cylindrical-coordinate representation of color #C8345C: hue angle of 343.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8345C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 92 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.22 |
| HSL | 343.78º | 0.59% | 0.49% | - |
| HSV(B) | 343.78º | 0.74% | 0.78% | - |
| XYZ | 26.98 | 15.51 | 11.7 | - |
| YUV | 100.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 92 | 0 | 0.74 | 0.54 | 0.22 | 343.78 | 0.59 | 0.49 |
| Hex | C8 | 34 | 5C | 0 | 4A | 36 | 16 | 158 | 3B | 31 |
| Octal | 310 | 64 | 134 | 0 | 112 | 66 | 26 | 530 | 73 | 61 |
| Binary | 11001000 | 110100 | 1011100 | 0 | 1001010 | 110110 | 10110 | 101011000 | 111011 | 110001 |
Color Harmonies of #C8345C
Complementary color
Monochromatic Colors of #C8345C
Black with #C8345C
Text Example
Text Example
White with #C8345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8345C; }
p { color: rgb(200,52,92); }
H1.HeaderClassName
{
color: #C8345C;
}
.AnyTagClassName
{
color: #C8345C;
}
</style>
background-color css
<style>
a { background-color: #C8345C; }
a { background-color: rgb(200,52,92); }
div.DivClassName
{
background-color: #C8345C;
}
.BgClassName
{
background-color: #C8345C;
}
</style>
border-color css
<style>
span { border-color: #C8345C; }
span { border-color: rgb(200,52,92); }
td.TdClassName
{
border-color: #C8345C;
}
.TagClassName
{
border-color: #C8345C;
}
</style>