Shades of Old Rose #CE264C
Tints of Old Rose #CE264C
RGB
CMYK
RGB Variations
Color information
#CE264C (or 0xCE264C) is known color: Old Rose. HEX triplet: CE, 26 and 4C. RGB value is (206,38,76). Sum of RGB (Red+Green+Blue) = 206+38+76=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE264C is #31D9B3. Grayscale: #5C5C5C. Windows color (decimal): -3266996 or 4990670. OLE color: 4990670.
HSL color Cylindrical-coordinate representation of color #CE264C: hue angle of 346.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE264C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 76 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.19 |
| HSL | 346.43º | 0.69% | 0.48% | - |
| HSV(B) | 346.43º | 0.82% | 0.81% | - |
| XYZ | 27.45 | 15.03 | 8.29 | - |
| YUV | 92.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 76 | 0 | 0.82 | 0.63 | 0.19 | 346.43 | 0.69 | 0.48 |
| Hex | CE | 26 | 4C | 0 | 52 | 3F | 13 | 15A | 45 | 30 |
| Octal | 316 | 46 | 114 | 0 | 122 | 77 | 23 | 532 | 105 | 60 |
| Binary | 11001110 | 100110 | 1001100 | 0 | 1010010 | 111111 | 10011 | 101011010 | 1000101 | 110000 |
Color Harmonies of #CE264C
Complementary color
Monochromatic Colors of #CE264C
Black with #CE264C
Text Example
Text Example
White with #CE264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE264C; }
p { color: rgb(206,38,76); }
H1.HeaderClassName
{
color: #CE264C;
}
.AnyTagClassName
{
color: #CE264C;
}
</style>
background-color css
<style>
a { background-color: #CE264C; }
a { background-color: rgb(206,38,76); }
div.DivClassName
{
background-color: #CE264C;
}
.BgClassName
{
background-color: #CE264C;
}
</style>
border-color css
<style>
span { border-color: #CE264C; }
span { border-color: rgb(206,38,76); }
td.TdClassName
{
border-color: #CE264C;
}
.TagClassName
{
border-color: #CE264C;
}
</style>