Shades of Old Rose #C33F4B
Tints of Old Rose #C33F4B
RGB
CMYK
RGB Variations
Color information
#C33F4B (or 0xC33F4B) is known color: Old Rose. HEX triplet: C3, 3F and 4B. RGB value is (195,63,75). Sum of RGB (Red+Green+Blue) = 195+63+75=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F4B is #3CC0B4. Grayscale: #676767. Windows color (decimal): -3981493 or 4931523. OLE color: 4931523.
HSL color Cylindrical-coordinate representation of color #C33F4B: hue angle of 354.55º 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 #C33F4B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 354.55º | 0.52% | 0.51% | - |
| HSV(B) | 354.55º | 0.68% | 0.76% | - |
| XYZ | 25.55 | 15.67 | 8.33 | - |
| YUV | 103.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 75 | 0 | 0.68 | 0.62 | 0.24 | 354.55 | 0.52 | 0.51 |
| Hex | C3 | 3F | 4B | 0 | 44 | 3E | 18 | 163 | 34 | 33 |
| Octal | 303 | 77 | 113 | 0 | 104 | 76 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 111111 | 1001011 | 0 | 1000100 | 111110 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C33F4B
Complementary color
Monochromatic Colors of #C33F4B
Black with #C33F4B
Text Example
Text Example
White with #C33F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F4B; }
p { color: rgb(195,63,75); }
H1.HeaderClassName
{
color: #C33F4B;
}
.AnyTagClassName
{
color: #C33F4B;
}
</style>
background-color css
<style>
a { background-color: #C33F4B; }
a { background-color: rgb(195,63,75); }
div.DivClassName
{
background-color: #C33F4B;
}
.BgClassName
{
background-color: #C33F4B;
}
</style>
border-color css
<style>
span { border-color: #C33F4B; }
span { border-color: rgb(195,63,75); }
td.TdClassName
{
border-color: #C33F4B;
}
.TagClassName
{
border-color: #C33F4B;
}
</style>