Shades of Old Rose #C3335C
Tints of Old Rose #C3335C
RGB
CMYK
RGB Variations
Color information
#C3335C (or 0xC3335C) is known color: Old Rose. HEX triplet: C3, 33 and 5C. RGB value is (195,51,92). Sum of RGB (Red+Green+Blue) = 195+51+92=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335C is #3CCCA3. Grayscale: #626262. Windows color (decimal): -3984548 or 6042563. OLE color: 6042563.
HSL color Cylindrical-coordinate representation of color #C3335C: hue angle of 342.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3335C is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 92 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.24 |
| HSL | 342.92º | 0.59% | 0.48% | - |
| HSV(B) | 342.92º | 0.74% | 0.76% | - |
| XYZ | 25.62 | 14.74 | 11.62 | - |
| YUV | 98.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 92 | 0 | 0.74 | 0.53 | 0.24 | 342.92 | 0.59 | 0.48 |
| Hex | C3 | 33 | 5C | 0 | 4A | 35 | 18 | 157 | 3B | 30 |
| Octal | 303 | 63 | 134 | 0 | 112 | 65 | 30 | 527 | 73 | 60 |
| Binary | 11000011 | 110011 | 1011100 | 0 | 1001010 | 110101 | 11000 | 101010111 | 111011 | 110000 |
Color Harmonies of #C3335C
Complementary color
Monochromatic Colors of #C3335C
Black with #C3335C
Text Example
Text Example
White with #C3335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3335C; }
p { color: rgb(195,51,92); }
H1.HeaderClassName
{
color: #C3335C;
}
.AnyTagClassName
{
color: #C3335C;
}
</style>
background-color css
<style>
a { background-color: #C3335C; }
a { background-color: rgb(195,51,92); }
div.DivClassName
{
background-color: #C3335C;
}
.BgClassName
{
background-color: #C3335C;
}
</style>
border-color css
<style>
span { border-color: #C3335C; }
span { border-color: rgb(195,51,92); }
td.TdClassName
{
border-color: #C3335C;
}
.TagClassName
{
border-color: #C3335C;
}
</style>