Shades of Old Rose #C3375C
Tints of Old Rose #C3375C
RGB
CMYK
RGB Variations
Color information
#C3375C (or 0xC3375C) is known color: Old Rose. HEX triplet: C3, 37 and 5C. RGB value is (195,55,92). Sum of RGB (Red+Green+Blue) = 195+55+92=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3375C is #3CC8A3. Grayscale: #656565. Windows color (decimal): -3983524 or 6043587. OLE color: 6043587.
HSL color Cylindrical-coordinate representation of color #C3375C: hue angle of 344.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3375C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 92 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.24 |
| HSL | 344.14º | 0.56% | 0.49% | - |
| HSV(B) | 344.14º | 0.72% | 0.76% | - |
| XYZ | 25.8 | 15.11 | 11.68 | - |
| YUV | 101.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 92 | 0 | 0.72 | 0.53 | 0.24 | 344.14 | 0.56 | 0.49 |
| Hex | C3 | 37 | 5C | 0 | 48 | 35 | 18 | 158 | 38 | 31 |
| Octal | 303 | 67 | 134 | 0 | 110 | 65 | 30 | 530 | 70 | 61 |
| Binary | 11000011 | 110111 | 1011100 | 0 | 1001000 | 110101 | 11000 | 101011000 | 111000 | 110001 |
Color Harmonies of #C3375C
Complementary color
Monochromatic Colors of #C3375C
Black with #C3375C
Text Example
Text Example
White with #C3375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3375C; }
p { color: rgb(195,55,92); }
H1.HeaderClassName
{
color: #C3375C;
}
.AnyTagClassName
{
color: #C3375C;
}
</style>
background-color css
<style>
a { background-color: #C3375C; }
a { background-color: rgb(195,55,92); }
div.DivClassName
{
background-color: #C3375C;
}
.BgClassName
{
background-color: #C3375C;
}
</style>
border-color css
<style>
span { border-color: #C3375C; }
span { border-color: rgb(195,55,92); }
td.TdClassName
{
border-color: #C3375C;
}
.TagClassName
{
border-color: #C3375C;
}
</style>