Shades of Old Rose #CC3250
Tints of Old Rose #CC3250
RGB
CMYK
RGB Variations
Color information
#CC3250 (or 0xCC3250) is known color: Old Rose. HEX triplet: CC, 32 and 50. RGB value is (204,50,80). Sum of RGB (Red+Green+Blue) = 204+50+80=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3250 is #33CDAF. Grayscale: #636363. Windows color (decimal): -3394992 or 5255884. OLE color: 5255884.
HSL color Cylindrical-coordinate representation of color #CC3250: hue angle of 348.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3250 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 80 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.2 |
| HSL | 348.31º | 0.61% | 0.5% | - |
| HSV(B) | 348.31º | 0.75% | 0.8% | - |
| XYZ | 27.49 | 15.7 | 9.17 | - |
| YUV | 99.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 80 | 0 | 0.75 | 0.61 | 0.2 | 348.31 | 0.61 | 0.5 |
| Hex | CC | 32 | 50 | 0 | 4B | 3D | 14 | 15C | 3D | 32 |
| Octal | 314 | 62 | 120 | 0 | 113 | 75 | 24 | 534 | 75 | 62 |
| Binary | 11001100 | 110010 | 1010000 | 0 | 1001011 | 111101 | 10100 | 101011100 | 111101 | 110010 |
Color Harmonies of #CC3250
Complementary color
Monochromatic Colors of #CC3250
Black with #CC3250
Text Example
Text Example
White with #CC3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3250; }
p { color: rgb(204,50,80); }
H1.HeaderClassName
{
color: #CC3250;
}
.AnyTagClassName
{
color: #CC3250;
}
</style>
background-color css
<style>
a { background-color: #CC3250; }
a { background-color: rgb(204,50,80); }
div.DivClassName
{
background-color: #CC3250;
}
.BgClassName
{
background-color: #CC3250;
}
</style>
border-color css
<style>
span { border-color: #CC3250; }
span { border-color: rgb(204,50,80); }
td.TdClassName
{
border-color: #CC3250;
}
.TagClassName
{
border-color: #CC3250;
}
</style>