Shades of Old Rose #CC264D
Tints of Old Rose #CC264D
RGB
CMYK
RGB Variations
Color information
#CC264D (or 0xCC264D) is known color: Old Rose. HEX triplet: CC, 26 and 4D. RGB value is (204,38,77). Sum of RGB (Red+Green+Blue) = 204+38+77=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC264D is #33D9B2. Grayscale: #5C5C5C. Windows color (decimal): -3398067 or 5056204. OLE color: 5056204.
HSL color Cylindrical-coordinate representation of color #CC264D: hue angle of 345.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC264D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 77 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.2 |
| HSL | 345.9º | 0.69% | 0.47% | - |
| HSV(B) | 345.9º | 0.81% | 0.8% | - |
| XYZ | 26.93 | 14.76 | 8.45 | - |
| YUV | 92.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 77 | 0 | 0.81 | 0.62 | 0.2 | 345.9 | 0.69 | 0.47 |
| Hex | CC | 26 | 4D | 0 | 51 | 3E | 14 | 15A | 45 | 2F |
| Octal | 314 | 46 | 115 | 0 | 121 | 76 | 24 | 532 | 105 | 57 |
| Binary | 11001100 | 100110 | 1001101 | 0 | 1010001 | 111110 | 10100 | 101011010 | 1000101 | 101111 |
Color Harmonies of #CC264D
Complementary color
Monochromatic Colors of #CC264D
Black with #CC264D
Text Example
Text Example
White with #CC264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC264D; }
p { color: rgb(204,38,77); }
H1.HeaderClassName
{
color: #CC264D;
}
.AnyTagClassName
{
color: #CC264D;
}
</style>
background-color css
<style>
a { background-color: #CC264D; }
a { background-color: rgb(204,38,77); }
div.DivClassName
{
background-color: #CC264D;
}
.BgClassName
{
background-color: #CC264D;
}
</style>
border-color css
<style>
span { border-color: #CC264D; }
span { border-color: rgb(204,38,77); }
td.TdClassName
{
border-color: #CC264D;
}
.TagClassName
{
border-color: #CC264D;
}
</style>