#CE284D

Color #CE284D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CE284D

Tints of Old Rose #CE284D

Color information

#CE284D (or 0xCE284D) is unknown color: approx Old Rose. HEX triplet: CE, 28 and 4D. RGB value is (206,40,77). Sum of RGB (Red+Green+Blue) = 206+40+77=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE284D is #31D7B2. Grayscale: #5D5D5D. Windows color (decimal): -3266483 or 5056718. OLE color: 5056718.

HSL color Cylindrical-coordinate representation of color #CE284D: hue angle of 346.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE284D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2064077-
CMYK00.810.630.19
HSL346.63º67.48%48.24%-
HSV(B)346.63º80.58%80.78%-
XYZ27.5515.188.5-
YUV93.85118.5207.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 63.78%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=63.78%
G=12.38%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206407700.810.630.19346.6367.4848.24
HexCE284D0513F1315b4330
Octal316501150121772353310360
Binary11001110101000100110101010001111111100111010110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE284D; }

 p { color: rgb(206,40,77); }

 H1.HeaderClassName
 {
   color: #CE284D;
 }
 .AnyTagClassName
 {
   color: #CE284D;
 }
</style>
background-color css

<style>
 a { background-color: #CE284D; }

 a { background-color: rgb(206,40,77); }

 div.DivClassName
 {
   background-color: #CE284D;
 }
 .BgClassName
 {
   background-color: #CE284D;
 }
</style>
border-color css

<style>
 span { border-color: #CE284D; }

 span { border-color: rgb(206,40,77); }

 td.TdClassName
 {
   border-color: #CE284D;
 }
 .TagClassName
 {
   border-color: #CE284D;
 }
</style>