Shades of Old Rose #C33850
Tints of Old Rose #C33850
RGB
CMYK
RGB Variations
Color information
#C33850 (or 0xC33850) is known color: Old Rose. HEX triplet: C3, 38 and 50. RGB value is (195,56,80). Sum of RGB (Red+Green+Blue) = 195+56+80=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C33850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33850 is #3CC7AF. Grayscale: #646464. Windows color (decimal): -3983280 or 5257411. OLE color: 5257411.
HSL color Cylindrical-coordinate representation of color #C33850: hue angle of 349.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33850 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 80 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.24 |
| HSL | 349.64º | 0.55% | 0.49% | - |
| HSV(B) | 349.64º | 0.71% | 0.76% | - |
| XYZ | 25.37 | 15.01 | 9.15 | - |
| YUV | 100.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 80 | 0 | 0.71 | 0.59 | 0.24 | 349.64 | 0.55 | 0.49 |
| Hex | C3 | 38 | 50 | 0 | 47 | 3B | 18 | 15E | 37 | 31 |
| Octal | 303 | 70 | 120 | 0 | 107 | 73 | 30 | 536 | 67 | 61 |
| Binary | 11000011 | 111000 | 1010000 | 0 | 1000111 | 111011 | 11000 | 101011110 | 110111 | 110001 |
Color Harmonies of #C33850
Complementary color
Monochromatic Colors of #C33850
Black with #C33850
Text Example
Text Example
White with #C33850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33850; }
p { color: rgb(195,56,80); }
H1.HeaderClassName
{
color: #C33850;
}
.AnyTagClassName
{
color: #C33850;
}
</style>
background-color css
<style>
a { background-color: #C33850; }
a { background-color: rgb(195,56,80); }
div.DivClassName
{
background-color: #C33850;
}
.BgClassName
{
background-color: #C33850;
}
</style>
border-color css
<style>
span { border-color: #C33850; }
span { border-color: rgb(195,56,80); }
td.TdClassName
{
border-color: #C33850;
}
.TagClassName
{
border-color: #C33850;
}
</style>