Shades of Old Rose #C33852
Tints of Old Rose #C33852
RGB
CMYK
RGB Variations
Color information
#C33852 (or 0xC33852) is known color: Old Rose. HEX triplet: C3, 38 and 52. RGB value is (195,56,82). Sum of RGB (Red+Green+Blue) = 195+56+82=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33852 is #3CC7AD. Grayscale: #646464. Windows color (decimal): -3983278 or 5388483. OLE color: 5388483.
HSL color Cylindrical-coordinate representation of color #C33852: hue angle of 348.78º 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 #C33852 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 82 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.24 |
| HSL | 348.78º | 0.55% | 0.49% | - |
| HSV(B) | 348.78º | 0.71% | 0.76% | - |
| XYZ | 25.44 | 15.04 | 9.54 | - |
| YUV | 100.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 82 | 0 | 0.71 | 0.58 | 0.24 | 348.78 | 0.55 | 0.49 |
| Hex | C3 | 38 | 52 | 0 | 47 | 3A | 18 | 15D | 37 | 31 |
| Octal | 303 | 70 | 122 | 0 | 107 | 72 | 30 | 535 | 67 | 61 |
| Binary | 11000011 | 111000 | 1010010 | 0 | 1000111 | 111010 | 11000 | 101011101 | 110111 | 110001 |
Color Harmonies of #C33852
Complementary color
Monochromatic Colors of #C33852
Black with #C33852
Text Example
Text Example
White with #C33852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33852; }
p { color: rgb(195,56,82); }
H1.HeaderClassName
{
color: #C33852;
}
.AnyTagClassName
{
color: #C33852;
}
</style>
background-color css
<style>
a { background-color: #C33852; }
a { background-color: rgb(195,56,82); }
div.DivClassName
{
background-color: #C33852;
}
.BgClassName
{
background-color: #C33852;
}
</style>
border-color css
<style>
span { border-color: #C33852; }
span { border-color: rgb(195,56,82); }
td.TdClassName
{
border-color: #C33852;
}
.TagClassName
{
border-color: #C33852;
}
</style>