Shades of Old Rose #CC364F
Tints of Old Rose #CC364F
RGB
CMYK
RGB Variations
Color information
#CC364F (or 0xCC364F) is known color: Old Rose. HEX triplet: CC, 36 and 4F. RGB value is (204,54,79). Sum of RGB (Red+Green+Blue) = 204+54+79=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC364F is #33C9B0. Grayscale: #656565. Windows color (decimal): -3393969 or 5191372. OLE color: 5191372.
HSL color Cylindrical-coordinate representation of color #CC364F: hue angle of 350º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC364F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.2 |
| HSL | 350º | 0.6% | 0.51% | - |
| HSV(B) | 350º | 0.74% | 0.8% | - |
| XYZ | 27.63 | 16.04 | 9.04 | - |
| YUV | 101.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 79 | 0 | 0.74 | 0.61 | 0.2 | 350 | 0.6 | 0.51 |
| Hex | CC | 36 | 4F | 0 | 4A | 3D | 14 | 15E | 3C | 33 |
| Octal | 314 | 66 | 117 | 0 | 112 | 75 | 24 | 536 | 74 | 63 |
| Binary | 11001100 | 110110 | 1001111 | 0 | 1001010 | 111101 | 10100 | 101011110 | 111100 | 110011 |
Color Harmonies of #CC364F
Complementary color
Monochromatic Colors of #CC364F
Black with #CC364F
Text Example
Text Example
White with #CC364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC364F; }
p { color: rgb(204,54,79); }
H1.HeaderClassName
{
color: #CC364F;
}
.AnyTagClassName
{
color: #CC364F;
}
</style>
background-color css
<style>
a { background-color: #CC364F; }
a { background-color: rgb(204,54,79); }
div.DivClassName
{
background-color: #CC364F;
}
.BgClassName
{
background-color: #CC364F;
}
</style>
border-color css
<style>
span { border-color: #CC364F; }
span { border-color: rgb(204,54,79); }
td.TdClassName
{
border-color: #CC364F;
}
.TagClassName
{
border-color: #CC364F;
}
</style>