Shades of Old Rose #CC234D
Tints of Old Rose #CC234D
RGB
CMYK
RGB Variations
Color information
#CC234D (or 0xCC234D) is known color: Old Rose. HEX triplet: CC, 23 and 4D. RGB value is (204,35,77). Sum of RGB (Red+Green+Blue) = 204+35+77=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC234D is #33DCB2. Grayscale: #5A5A5A. Windows color (decimal): -3398835 or 5055436. OLE color: 5055436.
HSL color Cylindrical-coordinate representation of color #CC234D: hue angle of 345.09º 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 #CC234D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 77 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.2 |
| HSL | 345.09º | 0.71% | 0.47% | - |
| HSV(B) | 345.09º | 0.83% | 0.8% | - |
| XYZ | 26.84 | 14.58 | 8.42 | - |
| YUV | 90.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 77 | 0 | 0.83 | 0.62 | 0.2 | 345.09 | 0.71 | 0.47 |
| Hex | CC | 23 | 4D | 0 | 53 | 3E | 14 | 159 | 47 | 2F |
| Octal | 314 | 43 | 115 | 0 | 123 | 76 | 24 | 531 | 107 | 57 |
| Binary | 11001100 | 100011 | 1001101 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1000111 | 101111 |
Color Harmonies of #CC234D
Complementary color
Monochromatic Colors of #CC234D
Black with #CC234D
Text Example
Text Example
White with #CC234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC234D; }
p { color: rgb(204,35,77); }
H1.HeaderClassName
{
color: #CC234D;
}
.AnyTagClassName
{
color: #CC234D;
}
</style>
background-color css
<style>
a { background-color: #CC234D; }
a { background-color: rgb(204,35,77); }
div.DivClassName
{
background-color: #CC234D;
}
.BgClassName
{
background-color: #CC234D;
}
</style>
border-color css
<style>
span { border-color: #CC234D; }
span { border-color: rgb(204,35,77); }
td.TdClassName
{
border-color: #CC234D;
}
.TagClassName
{
border-color: #CC234D;
}
</style>