Shades of Old Rose #CC374E
Tints of Old Rose #CC374E
RGB
CMYK
RGB Variations
Color information
#CC374E (or 0xCC374E) is known color: Old Rose. HEX triplet: CC, 37 and 4E. RGB value is (204,55,78). Sum of RGB (Red+Green+Blue) = 204+55+78=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC374E is #33C8B1. Grayscale: #666666. Windows color (decimal): -3393714 or 5126092. OLE color: 5126092.
HSL color Cylindrical-coordinate representation of color #CC374E: hue angle of 350.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC374E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 78 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.2 |
| HSL | 350.74º | 0.59% | 0.51% | - |
| HSV(B) | 350.74º | 0.73% | 0.8% | - |
| XYZ | 27.64 | 16.12 | 8.86 | - |
| YUV | 102.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 78 | 0 | 0.73 | 0.62 | 0.2 | 350.74 | 0.59 | 0.51 |
| Hex | CC | 37 | 4E | 0 | 49 | 3E | 14 | 15F | 3B | 33 |
| Octal | 314 | 67 | 116 | 0 | 111 | 76 | 24 | 537 | 73 | 63 |
| Binary | 11001100 | 110111 | 1001110 | 0 | 1001001 | 111110 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CC374E
Complementary color
Monochromatic Colors of #CC374E
Black with #CC374E
Text Example
Text Example
White with #CC374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC374E; }
p { color: rgb(204,55,78); }
H1.HeaderClassName
{
color: #CC374E;
}
.AnyTagClassName
{
color: #CC374E;
}
</style>
background-color css
<style>
a { background-color: #CC374E; }
a { background-color: rgb(204,55,78); }
div.DivClassName
{
background-color: #CC374E;
}
.BgClassName
{
background-color: #CC374E;
}
</style>
border-color css
<style>
span { border-color: #CC374E; }
span { border-color: rgb(204,55,78); }
td.TdClassName
{
border-color: #CC374E;
}
.TagClassName
{
border-color: #CC374E;
}
</style>