#CE2154

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

Shades of Old Rose #CE2154

Tints of Old Rose #CE2154

Color information

#CE2154 (or 0xCE2154) is unknown color: approx Old Rose. HEX triplet: CE, 21 and 54. RGB value is (206,33,84). Sum of RGB (Red+Green+Blue) = 206+33+84=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2154 is #31DEAB. Grayscale: #5A5A5A. Windows color (decimal): -3268268 or 5513678. OLE color: 5513678.

HSL color Cylindrical-coordinate representation of color #CE2154: hue angle of 342.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2154 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2063384-
CMYK00.840.590.19
HSL342.31º72.38%46.86%-
HSV(B)342.31º83.98%80.78%-
XYZ27.614.859.8-
YUV90.54124.31210.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.78%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=63.78%
G=10.22%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206338400.840.590.19342.3172.3846.86
HexCE21540543B13156482f
Octal316411240124732352611057
Binary11001110100001101010001010100111011100111010101101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2154; }

 p { color: rgb(206,33,84); }

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

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

 a { background-color: rgb(206,33,84); }

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

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

 span { border-color: rgb(206,33,84); }

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