Shades of Old Rose #CC234E
Tints of Old Rose #CC234E
RGB
CMYK
RGB Variations
Color information
#CC234E (or 0xCC234E) is known color: Old Rose. HEX triplet: CC, 23 and 4E. RGB value is (204,35,78). Sum of RGB (Red+Green+Blue) = 204+35+78=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC234E is #33DCB1. Grayscale: #5A5A5A. Windows color (decimal): -3398834 or 5120972. OLE color: 5120972.
HSL color Cylindrical-coordinate representation of color #CC234E: hue angle of 344.73º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC234E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 78 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.2 |
| HSL | 344.73º | 0.71% | 0.47% | - |
| HSV(B) | 344.73º | 0.83% | 0.8% | - |
| XYZ | 26.88 | 14.59 | 8.61 | - |
| YUV | 90.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 78 | 0 | 0.83 | 0.62 | 0.2 | 344.73 | 0.71 | 0.47 |
| Hex | CC | 23 | 4E | 0 | 53 | 3E | 14 | 159 | 47 | 2F |
| Octal | 314 | 43 | 116 | 0 | 123 | 76 | 24 | 531 | 107 | 57 |
| Binary | 11001100 | 100011 | 1001110 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1000111 | 101111 |
Color Harmonies of #CC234E
Complementary color
Monochromatic Colors of #CC234E
Black with #CC234E
Text Example
Text Example
White with #CC234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC234E; }
p { color: rgb(204,35,78); }
H1.HeaderClassName
{
color: #CC234E;
}
.AnyTagClassName
{
color: #CC234E;
}
</style>
background-color css
<style>
a { background-color: #CC234E; }
a { background-color: rgb(204,35,78); }
div.DivClassName
{
background-color: #CC234E;
}
.BgClassName
{
background-color: #CC234E;
}
</style>
border-color css
<style>
span { border-color: #CC234E; }
span { border-color: rgb(204,35,78); }
td.TdClassName
{
border-color: #CC234E;
}
.TagClassName
{
border-color: #CC234E;
}
</style>