Shades of Old Rose #CC364D
Tints of Old Rose #CC364D
RGB
CMYK
RGB Variations
Color information
#CC364D (or 0xCC364D) is known color: Old Rose. HEX triplet: CC, 36 and 4D. RGB value is (204,54,77). Sum of RGB (Red+Green+Blue) = 204+54+77=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC364D is #33C9B2. Grayscale: #656565. Windows color (decimal): -3393971 or 5060300. OLE color: 5060300.
HSL color Cylindrical-coordinate representation of color #CC364D: hue angle of 350.8º 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 #CC364D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.2 |
| HSL | 350.8º | 0.6% | 0.51% | - |
| HSV(B) | 350.8º | 0.74% | 0.8% | - |
| XYZ | 27.56 | 16.01 | 8.66 | - |
| YUV | 101.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 77 | 0 | 0.74 | 0.62 | 0.2 | 350.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 4D | 0 | 4A | 3E | 14 | 15F | 3C | 33 |
| Octal | 314 | 66 | 115 | 0 | 112 | 76 | 24 | 537 | 74 | 63 |
| Binary | 11001100 | 110110 | 1001101 | 0 | 1001010 | 111110 | 10100 | 101011111 | 111100 | 110011 |
Color Harmonies of #CC364D
Complementary color
Monochromatic Colors of #CC364D
Black with #CC364D
Text Example
Text Example
White with #CC364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC364D; }
p { color: rgb(204,54,77); }
H1.HeaderClassName
{
color: #CC364D;
}
.AnyTagClassName
{
color: #CC364D;
}
</style>
background-color css
<style>
a { background-color: #CC364D; }
a { background-color: rgb(204,54,77); }
div.DivClassName
{
background-color: #CC364D;
}
.BgClassName
{
background-color: #CC364D;
}
</style>
border-color css
<style>
span { border-color: #CC364D; }
span { border-color: rgb(204,54,77); }
td.TdClassName
{
border-color: #CC364D;
}
.TagClassName
{
border-color: #CC364D;
}
</style>