Shades of Old Rose #CC374D
Tints of Old Rose #CC374D
RGB
CMYK
RGB Variations
Color information
#CC374D (or 0xCC374D) is known color: Old Rose. HEX triplet: CC, 37 and 4D. RGB value is (204,55,77). Sum of RGB (Red+Green+Blue) = 204+55+77=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC374D is #33C8B2. Grayscale: #666666. Windows color (decimal): -3393715 or 5060556. OLE color: 5060556.
HSL color Cylindrical-coordinate representation of color #CC374D: hue angle of 351.14º 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 #CC374D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 77 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.2 |
| HSL | 351.14º | 0.59% | 0.51% | - |
| HSV(B) | 351.14º | 0.73% | 0.8% | - |
| XYZ | 27.61 | 16.11 | 8.67 | - |
| YUV | 102.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 77 | 0 | 0.73 | 0.62 | 0.2 | 351.14 | 0.59 | 0.51 |
| Hex | CC | 37 | 4D | 0 | 49 | 3E | 14 | 15F | 3B | 33 |
| Octal | 314 | 67 | 115 | 0 | 111 | 76 | 24 | 537 | 73 | 63 |
| Binary | 11001100 | 110111 | 1001101 | 0 | 1001001 | 111110 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CC374D
Complementary color
Monochromatic Colors of #CC374D
Black with #CC374D
Text Example
Text Example
White with #CC374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC374D; }
p { color: rgb(204,55,77); }
H1.HeaderClassName
{
color: #CC374D;
}
.AnyTagClassName
{
color: #CC374D;
}
</style>
background-color css
<style>
a { background-color: #CC374D; }
a { background-color: rgb(204,55,77); }
div.DivClassName
{
background-color: #CC374D;
}
.BgClassName
{
background-color: #CC374D;
}
</style>
border-color css
<style>
span { border-color: #CC374D; }
span { border-color: rgb(204,55,77); }
td.TdClassName
{
border-color: #CC374D;
}
.TagClassName
{
border-color: #CC374D;
}
</style>