Shades of Old Rose #CC3850
Tints of Old Rose #CC3850
RGB
CMYK
RGB Variations
Color information
#CC3850 (or 0xCC3850) is known color: Old Rose. HEX triplet: CC, 38 and 50. RGB value is (204,56,80). Sum of RGB (Red+Green+Blue) = 204+56+80=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3850 is #33C7AF. Grayscale: #676767. Windows color (decimal): -3393456 or 5257420. OLE color: 5257420.
HSL color Cylindrical-coordinate representation of color #CC3850: hue angle of 350.27º 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 #CC3850 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 80 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.2 |
| HSL | 350.27º | 0.59% | 0.51% | - |
| HSV(B) | 350.27º | 0.73% | 0.8% | - |
| XYZ | 27.76 | 16.24 | 9.26 | - |
| YUV | 102.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 80 | 0 | 0.73 | 0.61 | 0.2 | 350.27 | 0.59 | 0.51 |
| Hex | CC | 38 | 50 | 0 | 49 | 3D | 14 | 15E | 3B | 33 |
| Octal | 314 | 70 | 120 | 0 | 111 | 75 | 24 | 536 | 73 | 63 |
| Binary | 11001100 | 111000 | 1010000 | 0 | 1001001 | 111101 | 10100 | 101011110 | 111011 | 110011 |
Color Harmonies of #CC3850
Complementary color
Monochromatic Colors of #CC3850
Black with #CC3850
Text Example
Text Example
White with #CC3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3850; }
p { color: rgb(204,56,80); }
H1.HeaderClassName
{
color: #CC3850;
}
.AnyTagClassName
{
color: #CC3850;
}
</style>
background-color css
<style>
a { background-color: #CC3850; }
a { background-color: rgb(204,56,80); }
div.DivClassName
{
background-color: #CC3850;
}
.BgClassName
{
background-color: #CC3850;
}
</style>
border-color css
<style>
span { border-color: #CC3850; }
span { border-color: rgb(204,56,80); }
td.TdClassName
{
border-color: #CC3850;
}
.TagClassName
{
border-color: #CC3850;
}
</style>