Shades of Old Rose #C6345A
Tints of Old Rose #C6345A
RGB
CMYK
RGB Variations
Color information
#C6345A (or 0xC6345A) is known color: Old Rose. HEX triplet: C6, 34 and 5A. RGB value is (198,52,90). Sum of RGB (Red+Green+Blue) = 198+52+90=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6345A is #39CBA5. Grayscale: #636363. Windows color (decimal): -3787686 or 5911750. OLE color: 5911750.
HSL color Cylindrical-coordinate representation of color #C6345A: hue angle of 344.38º degrees, saturation: 0.58, 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 #C6345A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 90 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.22 |
| HSL | 344.38º | 0.58% | 0.49% | - |
| HSV(B) | 344.38º | 0.74% | 0.78% | - |
| XYZ | 26.36 | 15.2 | 11.22 | - |
| YUV | 99.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 90 | 0 | 0.74 | 0.55 | 0.22 | 344.38 | 0.58 | 0.49 |
| Hex | C6 | 34 | 5A | 0 | 4A | 37 | 16 | 158 | 3A | 31 |
| Octal | 306 | 64 | 132 | 0 | 112 | 67 | 26 | 530 | 72 | 61 |
| Binary | 11000110 | 110100 | 1011010 | 0 | 1001010 | 110111 | 10110 | 101011000 | 111010 | 110001 |
Color Harmonies of #C6345A
Complementary color
Monochromatic Colors of #C6345A
Black with #C6345A
Text Example
Text Example
White with #C6345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6345A; }
p { color: rgb(198,52,90); }
H1.HeaderClassName
{
color: #C6345A;
}
.AnyTagClassName
{
color: #C6345A;
}
</style>
background-color css
<style>
a { background-color: #C6345A; }
a { background-color: rgb(198,52,90); }
div.DivClassName
{
background-color: #C6345A;
}
.BgClassName
{
background-color: #C6345A;
}
</style>
border-color css
<style>
span { border-color: #C6345A; }
span { border-color: rgb(198,52,90); }
td.TdClassName
{
border-color: #C6345A;
}
.TagClassName
{
border-color: #C6345A;
}
</style>