Shades of Old Rose #C33650
Tints of Old Rose #C33650
RGB
CMYK
RGB Variations
Color information
#C33650 (or 0xC33650) is known color: Old Rose. HEX triplet: C3, 36 and 50. RGB value is (195,54,80). Sum of RGB (Red+Green+Blue) = 195+54+80=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C33650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33650 is #3CC9AF. Grayscale: #636363. Windows color (decimal): -3983792 or 5256899. OLE color: 5256899.
HSL color Cylindrical-coordinate representation of color #C33650: hue angle of 348.94º degrees, saturation: 0.57, 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 #C33650 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 80 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.24 |
| HSL | 348.94º | 0.57% | 0.49% | - |
| HSV(B) | 348.94º | 0.72% | 0.76% | - |
| XYZ | 25.27 | 14.82 | 9.12 | - |
| YUV | 99.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 80 | 0 | 0.72 | 0.59 | 0.24 | 348.94 | 0.57 | 0.49 |
| Hex | C3 | 36 | 50 | 0 | 48 | 3B | 18 | 15D | 39 | 31 |
| Octal | 303 | 66 | 120 | 0 | 110 | 73 | 30 | 535 | 71 | 61 |
| Binary | 11000011 | 110110 | 1010000 | 0 | 1001000 | 111011 | 11000 | 101011101 | 111001 | 110001 |
Color Harmonies of #C33650
Complementary color
Monochromatic Colors of #C33650
Black with #C33650
Text Example
Text Example
White with #C33650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33650; }
p { color: rgb(195,54,80); }
H1.HeaderClassName
{
color: #C33650;
}
.AnyTagClassName
{
color: #C33650;
}
</style>
background-color css
<style>
a { background-color: #C33650; }
a { background-color: rgb(195,54,80); }
div.DivClassName
{
background-color: #C33650;
}
.BgClassName
{
background-color: #C33650;
}
</style>
border-color css
<style>
span { border-color: #C33650; }
span { border-color: rgb(195,54,80); }
td.TdClassName
{
border-color: #C33650;
}
.TagClassName
{
border-color: #C33650;
}
</style>