Shades of Old Rose #CC344E
Tints of Old Rose #CC344E
RGB
CMYK
RGB Variations
Color information
#CC344E (or 0xCC344E) is known color: Old Rose. HEX triplet: CC, 34 and 4E. RGB value is (204,52,78). Sum of RGB (Red+Green+Blue) = 204+52+78=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC344E is #33CBB1. Grayscale: #646464. Windows color (decimal): -3394482 or 5125324. OLE color: 5125324.
HSL color Cylindrical-coordinate representation of color #CC344E: hue angle of 349.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC344E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.2 |
| HSL | 349.74º | 0.6% | 0.5% | - |
| HSV(B) | 349.74º | 0.75% | 0.8% | - |
| XYZ | 27.5 | 15.84 | 8.82 | - |
| YUV | 100.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 78 | 0 | 0.75 | 0.62 | 0.2 | 349.74 | 0.6 | 0.5 |
| Hex | CC | 34 | 4E | 0 | 4B | 3E | 14 | 15E | 3C | 32 |
| Octal | 314 | 64 | 116 | 0 | 113 | 76 | 24 | 536 | 74 | 62 |
| Binary | 11001100 | 110100 | 1001110 | 0 | 1001011 | 111110 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CC344E
Complementary color
Monochromatic Colors of #CC344E
Black with #CC344E
Text Example
Text Example
White with #CC344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC344E; }
p { color: rgb(204,52,78); }
H1.HeaderClassName
{
color: #CC344E;
}
.AnyTagClassName
{
color: #CC344E;
}
</style>
background-color css
<style>
a { background-color: #CC344E; }
a { background-color: rgb(204,52,78); }
div.DivClassName
{
background-color: #CC344E;
}
.BgClassName
{
background-color: #CC344E;
}
</style>
border-color css
<style>
span { border-color: #CC344E; }
span { border-color: rgb(204,52,78); }
td.TdClassName
{
border-color: #CC344E;
}
.TagClassName
{
border-color: #CC344E;
}
</style>