Shades of Old Rose #C33653
Tints of Old Rose #C33653
RGB
CMYK
RGB Variations
Color information
#C33653 (or 0xC33653) is known color: Old Rose. HEX triplet: C3, 36 and 53. RGB value is (195,54,83). Sum of RGB (Red+Green+Blue) = 195+54+83=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33653 is #3CC9AC. Grayscale: #636363. Windows color (decimal): -3983789 or 5453507. OLE color: 5453507.
HSL color Cylindrical-coordinate representation of color #C33653: hue angle of 347.66º 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 #C33653 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 83 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.24 |
| HSL | 347.66º | 0.57% | 0.49% | - |
| HSV(B) | 347.66º | 0.72% | 0.76% | - |
| XYZ | 25.39 | 14.86 | 9.71 | - |
| YUV | 99.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 83 | 0 | 0.72 | 0.57 | 0.24 | 347.66 | 0.57 | 0.49 |
| Hex | C3 | 36 | 53 | 0 | 48 | 39 | 18 | 15C | 39 | 31 |
| Octal | 303 | 66 | 123 | 0 | 110 | 71 | 30 | 534 | 71 | 61 |
| Binary | 11000011 | 110110 | 1010011 | 0 | 1001000 | 111001 | 11000 | 101011100 | 111001 | 110001 |
Color Harmonies of #C33653
Complementary color
Monochromatic Colors of #C33653
Black with #C33653
Text Example
Text Example
White with #C33653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33653; }
p { color: rgb(195,54,83); }
H1.HeaderClassName
{
color: #C33653;
}
.AnyTagClassName
{
color: #C33653;
}
</style>
background-color css
<style>
a { background-color: #C33653; }
a { background-color: rgb(195,54,83); }
div.DivClassName
{
background-color: #C33653;
}
.BgClassName
{
background-color: #C33653;
}
</style>
border-color css
<style>
span { border-color: #C33653; }
span { border-color: rgb(195,54,83); }
td.TdClassName
{
border-color: #C33653;
}
.TagClassName
{
border-color: #C33653;
}
</style>