Shades of Old Rose #CC384F
Tints of Old Rose #CC384F
RGB
CMYK
RGB Variations
Color information
#CC384F (or 0xCC384F) is known color: Old Rose. HEX triplet: CC, 38 and 4F. RGB value is (204,56,79). Sum of RGB (Red+Green+Blue) = 204+56+79=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC384F is #33C7B0. Grayscale: #666666. Windows color (decimal): -3393457 or 5191884. OLE color: 5191884.
HSL color Cylindrical-coordinate representation of color #CC384F: hue angle of 350.68º 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 #CC384F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 79 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.2 |
| HSL | 350.68º | 0.59% | 0.51% | - |
| HSV(B) | 350.68º | 0.73% | 0.8% | - |
| XYZ | 27.73 | 16.23 | 9.07 | - |
| YUV | 102.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 79 | 0 | 0.73 | 0.61 | 0.2 | 350.68 | 0.59 | 0.51 |
| Hex | CC | 38 | 4F | 0 | 49 | 3D | 14 | 15F | 3B | 33 |
| Octal | 314 | 70 | 117 | 0 | 111 | 75 | 24 | 537 | 73 | 63 |
| Binary | 11001100 | 111000 | 1001111 | 0 | 1001001 | 111101 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CC384F
Complementary color
Monochromatic Colors of #CC384F
Black with #CC384F
Text Example
Text Example
White with #CC384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC384F; }
p { color: rgb(204,56,79); }
H1.HeaderClassName
{
color: #CC384F;
}
.AnyTagClassName
{
color: #CC384F;
}
</style>
background-color css
<style>
a { background-color: #CC384F; }
a { background-color: rgb(204,56,79); }
div.DivClassName
{
background-color: #CC384F;
}
.BgClassName
{
background-color: #CC384F;
}
</style>
border-color css
<style>
span { border-color: #CC384F; }
span { border-color: rgb(204,56,79); }
td.TdClassName
{
border-color: #CC384F;
}
.TagClassName
{
border-color: #CC384F;
}
</style>