Shades of Old Rose #C33E4B
Tints of Old Rose #C33E4B
RGB
CMYK
RGB Variations
Color information
#C33E4B (or 0xC33E4B) is known color: Old Rose. HEX triplet: C3, 3E and 4B. RGB value is (195,62,75). Sum of RGB (Red+Green+Blue) = 195+62+75=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E4B is #3CC1B4. Grayscale: #676767. Windows color (decimal): -3981749 or 4931267. OLE color: 4931267.
HSL color Cylindrical-coordinate representation of color #C33E4B: hue angle of 354.14º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E4B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 75 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 354.14º | 0.53% | 0.5% | - |
| HSV(B) | 354.14º | 0.68% | 0.76% | - |
| XYZ | 25.5 | 15.56 | 8.32 | - |
| YUV | 103.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 75 | 0 | 0.68 | 0.62 | 0.24 | 354.14 | 0.53 | 0.5 |
| Hex | C3 | 3E | 4B | 0 | 44 | 3E | 18 | 162 | 35 | 32 |
| Octal | 303 | 76 | 113 | 0 | 104 | 76 | 30 | 542 | 65 | 62 |
| Binary | 11000011 | 111110 | 1001011 | 0 | 1000100 | 111110 | 11000 | 101100010 | 110101 | 110010 |
Color Harmonies of #C33E4B
Complementary color
Monochromatic Colors of #C33E4B
Black with #C33E4B
Text Example
Text Example
White with #C33E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E4B; }
p { color: rgb(195,62,75); }
H1.HeaderClassName
{
color: #C33E4B;
}
.AnyTagClassName
{
color: #C33E4B;
}
</style>
background-color css
<style>
a { background-color: #C33E4B; }
a { background-color: rgb(195,62,75); }
div.DivClassName
{
background-color: #C33E4B;
}
.BgClassName
{
background-color: #C33E4B;
}
</style>
border-color css
<style>
span { border-color: #C33E4B; }
span { border-color: rgb(195,62,75); }
td.TdClassName
{
border-color: #C33E4B;
}
.TagClassName
{
border-color: #C33E4B;
}
</style>