Shades of Old Rose #CC334D
Tints of Old Rose #CC334D
RGB
CMYK
RGB Variations
Color information
#CC334D (or 0xCC334D) is known color: Old Rose. HEX triplet: CC, 33 and 4D. RGB value is (204,51,77). Sum of RGB (Red+Green+Blue) = 204+51+77=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC334D is #33CCB2. Grayscale: #636363. Windows color (decimal): -3394739 or 5059532. OLE color: 5059532.
HSL color Cylindrical-coordinate representation of color #CC334D: hue angle of 349.8º 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 #CC334D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.2 |
| HSL | 349.8º | 0.6% | 0.5% | - |
| HSV(B) | 349.8º | 0.75% | 0.8% | - |
| XYZ | 27.43 | 15.74 | 8.61 | - |
| YUV | 99.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 77 | 0 | 0.75 | 0.62 | 0.2 | 349.8 | 0.6 | 0.5 |
| Hex | CC | 33 | 4D | 0 | 4B | 3E | 14 | 15E | 3C | 32 |
| Octal | 314 | 63 | 115 | 0 | 113 | 76 | 24 | 536 | 74 | 62 |
| Binary | 11001100 | 110011 | 1001101 | 0 | 1001011 | 111110 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CC334D
Complementary color
Monochromatic Colors of #CC334D
Black with #CC334D
Text Example
Text Example
White with #CC334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC334D; }
p { color: rgb(204,51,77); }
H1.HeaderClassName
{
color: #CC334D;
}
.AnyTagClassName
{
color: #CC334D;
}
</style>
background-color css
<style>
a { background-color: #CC334D; }
a { background-color: rgb(204,51,77); }
div.DivClassName
{
background-color: #CC334D;
}
.BgClassName
{
background-color: #CC334D;
}
</style>
border-color css
<style>
span { border-color: #CC334D; }
span { border-color: rgb(204,51,77); }
td.TdClassName
{
border-color: #CC334D;
}
.TagClassName
{
border-color: #CC334D;
}
</style>