Shades of Old Rose #C6385F
Tints of Old Rose #C6385F
RGB
CMYK
RGB Variations
Color information
#C6385F (or 0xC6385F) is known color: Old Rose. HEX triplet: C6, 38 and 5F. RGB value is (198,56,95). Sum of RGB (Red+Green+Blue) = 198+56+95=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6385F is #39C7A0. Grayscale: #666666. Windows color (decimal): -3786657 or 6240454. OLE color: 6240454.
HSL color Cylindrical-coordinate representation of color #C6385F: hue angle of 343.52º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6385F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 95 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.22 |
| HSL | 343.52º | 0.56% | 0.5% | - |
| HSV(B) | 343.52º | 0.72% | 0.78% | - |
| XYZ | 26.77 | 15.66 | 12.44 | - |
| YUV | 102.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 95 | 0 | 0.72 | 0.52 | 0.22 | 343.52 | 0.56 | 0.5 |
| Hex | C6 | 38 | 5F | 0 | 48 | 34 | 16 | 158 | 38 | 32 |
| Octal | 306 | 70 | 137 | 0 | 110 | 64 | 26 | 530 | 70 | 62 |
| Binary | 11000110 | 111000 | 1011111 | 0 | 1001000 | 110100 | 10110 | 101011000 | 111000 | 110010 |
Color Harmonies of #C6385F
Complementary color
Monochromatic Colors of #C6385F
Black with #C6385F
Text Example
Text Example
White with #C6385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6385F; }
p { color: rgb(198,56,95); }
H1.HeaderClassName
{
color: #C6385F;
}
.AnyTagClassName
{
color: #C6385F;
}
</style>
background-color css
<style>
a { background-color: #C6385F; }
a { background-color: rgb(198,56,95); }
div.DivClassName
{
background-color: #C6385F;
}
.BgClassName
{
background-color: #C6385F;
}
</style>
border-color css
<style>
span { border-color: #C6385F; }
span { border-color: rgb(198,56,95); }
td.TdClassName
{
border-color: #C6385F;
}
.TagClassName
{
border-color: #C6385F;
}
</style>