Shades of Old Rose #C33F4A
Tints of Old Rose #C33F4A
RGB
CMYK
RGB Variations
Color information
#C33F4A (or 0xC33F4A) is known color: Old Rose. HEX triplet: C3, 3F and 4A. RGB value is (195,63,74). Sum of RGB (Red+Green+Blue) = 195+63+74=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F4A is #3CC0B5. Grayscale: #676767. Windows color (decimal): -3981494 or 4865987. OLE color: 4865987.
HSL color Cylindrical-coordinate representation of color #C33F4A: hue angle of 355º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F4A is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 74 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 355º | 0.52% | 0.51% | - |
| HSV(B) | 355º | 0.68% | 0.76% | - |
| XYZ | 25.52 | 15.65 | 8.15 | - |
| YUV | 103.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 74 | 0 | 0.68 | 0.62 | 0.24 | 355 | 0.52 | 0.51 |
| Hex | C3 | 3F | 4A | 0 | 44 | 3E | 18 | 163 | 34 | 33 |
| Octal | 303 | 77 | 112 | 0 | 104 | 76 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 111111 | 1001010 | 0 | 1000100 | 111110 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C33F4A
Complementary color
Monochromatic Colors of #C33F4A
Black with #C33F4A
Text Example
Text Example
White with #C33F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F4A; }
p { color: rgb(195,63,74); }
H1.HeaderClassName
{
color: #C33F4A;
}
.AnyTagClassName
{
color: #C33F4A;
}
</style>
background-color css
<style>
a { background-color: #C33F4A; }
a { background-color: rgb(195,63,74); }
div.DivClassName
{
background-color: #C33F4A;
}
.BgClassName
{
background-color: #C33F4A;
}
</style>
border-color css
<style>
span { border-color: #C33F4A; }
span { border-color: rgb(195,63,74); }
td.TdClassName
{
border-color: #C33F4A;
}
.TagClassName
{
border-color: #C33F4A;
}
</style>