Shades of Old Rose #C6234A
Tints of Old Rose #C6234A
RGB
CMYK
RGB Variations
Color information
#C6234A (or 0xC6234A) is known color: Old Rose. HEX triplet: C6, 23 and 4A. RGB value is (198,35,74). Sum of RGB (Red+Green+Blue) = 198+35+74=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6234A is #39DCB5. Grayscale: #585858. Windows color (decimal): -3792054 or 4858822. OLE color: 4858822.
HSL color Cylindrical-coordinate representation of color #C6234A: hue angle of 345.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6234A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 74 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.22 |
| HSL | 345.64º | 0.7% | 0.46% | - |
| HSV(B) | 345.64º | 0.82% | 0.78% | - |
| XYZ | 25.13 | 13.7 | 7.8 | - |
| YUV | 88.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 74 | 0 | 0.82 | 0.63 | 0.22 | 345.64 | 0.7 | 0.46 |
| Hex | C6 | 23 | 4A | 0 | 52 | 3F | 16 | 15A | 46 | 2E |
| Octal | 306 | 43 | 112 | 0 | 122 | 77 | 26 | 532 | 106 | 56 |
| Binary | 11000110 | 100011 | 1001010 | 0 | 1010010 | 111111 | 10110 | 101011010 | 1000110 | 101110 |
Color Harmonies of #C6234A
Complementary color
Monochromatic Colors of #C6234A
Black with #C6234A
Text Example
Text Example
White with #C6234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6234A; }
p { color: rgb(198,35,74); }
H1.HeaderClassName
{
color: #C6234A;
}
.AnyTagClassName
{
color: #C6234A;
}
</style>
background-color css
<style>
a { background-color: #C6234A; }
a { background-color: rgb(198,35,74); }
div.DivClassName
{
background-color: #C6234A;
}
.BgClassName
{
background-color: #C6234A;
}
</style>
border-color css
<style>
span { border-color: #C6234A; }
span { border-color: rgb(198,35,74); }
td.TdClassName
{
border-color: #C6234A;
}
.TagClassName
{
border-color: #C6234A;
}
</style>