Shades of Old Rose #CC234C
Tints of Old Rose #CC234C
RGB
CMYK
RGB Variations
Color information
#CC234C (or 0xCC234C) is known color: Old Rose. HEX triplet: CC, 23 and 4C. RGB value is (204,35,76). Sum of RGB (Red+Green+Blue) = 204+35+76=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC234C is #33DCB3. Grayscale: #5A5A5A. Windows color (decimal): -3398836 or 4989900. OLE color: 4989900.
HSL color Cylindrical-coordinate representation of color #CC234C: hue angle of 345.44º 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 #CC234C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 76 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.2 |
| HSL | 345.44º | 0.71% | 0.47% | - |
| HSV(B) | 345.44º | 0.83% | 0.8% | - |
| XYZ | 26.81 | 14.56 | 8.24 | - |
| YUV | 90.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 76 | 0 | 0.83 | 0.63 | 0.2 | 345.44 | 0.71 | 0.47 |
| Hex | CC | 23 | 4C | 0 | 53 | 3F | 14 | 159 | 47 | 2F |
| Octal | 314 | 43 | 114 | 0 | 123 | 77 | 24 | 531 | 107 | 57 |
| Binary | 11001100 | 100011 | 1001100 | 0 | 1010011 | 111111 | 10100 | 101011001 | 1000111 | 101111 |
Color Harmonies of #CC234C
Complementary color
Monochromatic Colors of #CC234C
Black with #CC234C
Text Example
Text Example
White with #CC234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC234C; }
p { color: rgb(204,35,76); }
H1.HeaderClassName
{
color: #CC234C;
}
.AnyTagClassName
{
color: #CC234C;
}
</style>
background-color css
<style>
a { background-color: #CC234C; }
a { background-color: rgb(204,35,76); }
div.DivClassName
{
background-color: #CC234C;
}
.BgClassName
{
background-color: #CC234C;
}
</style>
border-color css
<style>
span { border-color: #CC234C; }
span { border-color: rgb(204,35,76); }
td.TdClassName
{
border-color: #CC234C;
}
.TagClassName
{
border-color: #CC234C;
}
</style>