Shades of Old Rose #CC3650
Tints of Old Rose #CC3650
RGB
CMYK
RGB Variations
Color information
#CC3650 (or 0xCC3650) is known color: Old Rose. HEX triplet: CC, 36 and 50. RGB value is (204,54,80). Sum of RGB (Red+Green+Blue) = 204+54+80=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3650 is #33C9AF. Grayscale: #656565. Windows color (decimal): -3393968 or 5256908. OLE color: 5256908.
HSL color Cylindrical-coordinate representation of color #CC3650: hue angle of 349.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3650 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 80 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.2 |
| HSL | 349.6º | 0.6% | 0.51% | - |
| HSV(B) | 349.6º | 0.74% | 0.8% | - |
| XYZ | 27.67 | 16.05 | 9.23 | - |
| YUV | 101.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 80 | 0 | 0.74 | 0.61 | 0.2 | 349.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 50 | 0 | 4A | 3D | 14 | 15E | 3C | 33 |
| Octal | 314 | 66 | 120 | 0 | 112 | 75 | 24 | 536 | 74 | 63 |
| Binary | 11001100 | 110110 | 1010000 | 0 | 1001010 | 111101 | 10100 | 101011110 | 111100 | 110011 |
Color Harmonies of #CC3650
Complementary color
Monochromatic Colors of #CC3650
Black with #CC3650
Text Example
Text Example
White with #CC3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3650; }
p { color: rgb(204,54,80); }
H1.HeaderClassName
{
color: #CC3650;
}
.AnyTagClassName
{
color: #CC3650;
}
</style>
background-color css
<style>
a { background-color: #CC3650; }
a { background-color: rgb(204,54,80); }
div.DivClassName
{
background-color: #CC3650;
}
.BgClassName
{
background-color: #CC3650;
}
</style>
border-color css
<style>
span { border-color: #CC3650; }
span { border-color: rgb(204,54,80); }
td.TdClassName
{
border-color: #CC3650;
}
.TagClassName
{
border-color: #CC3650;
}
</style>