Shades of Old Rose #CC3750
Tints of Old Rose #CC3750
RGB
CMYK
RGB Variations
Color information
#CC3750 (or 0xCC3750) is known color: Old Rose. HEX triplet: CC, 37 and 50. RGB value is (204,55,80). Sum of RGB (Red+Green+Blue) = 204+55+80=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3750 is #33C8AF. Grayscale: #666666. Windows color (decimal): -3393712 or 5257164. OLE color: 5257164.
HSL color Cylindrical-coordinate representation of color #CC3750: hue angle of 349.93º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3750 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 80 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.2 |
| HSL | 349.93º | 0.59% | 0.51% | - |
| HSV(B) | 349.93º | 0.73% | 0.8% | - |
| XYZ | 27.72 | 16.15 | 9.25 | - |
| YUV | 102.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 80 | 0 | 0.73 | 0.61 | 0.2 | 349.93 | 0.59 | 0.51 |
| Hex | CC | 37 | 50 | 0 | 49 | 3D | 14 | 15E | 3B | 33 |
| Octal | 314 | 67 | 120 | 0 | 111 | 75 | 24 | 536 | 73 | 63 |
| Binary | 11001100 | 110111 | 1010000 | 0 | 1001001 | 111101 | 10100 | 101011110 | 111011 | 110011 |
Color Harmonies of #CC3750
Complementary color
Monochromatic Colors of #CC3750
Black with #CC3750
Text Example
Text Example
White with #CC3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3750; }
p { color: rgb(204,55,80); }
H1.HeaderClassName
{
color: #CC3750;
}
.AnyTagClassName
{
color: #CC3750;
}
</style>
background-color css
<style>
a { background-color: #CC3750; }
a { background-color: rgb(204,55,80); }
div.DivClassName
{
background-color: #CC3750;
}
.BgClassName
{
background-color: #CC3750;
}
</style>
border-color css
<style>
span { border-color: #CC3750; }
span { border-color: rgb(204,55,80); }
td.TdClassName
{
border-color: #CC3750;
}
.TagClassName
{
border-color: #CC3750;
}
</style>