#CE354F

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

Shades of Old Rose #CE354F

Tints of Old Rose #CE354F

Color information

#CE354F (or 0xCE354F) is unknown color: approx Old Rose. HEX triplet: CE, 35 and 4F. RGB value is (206,53,79). Sum of RGB (Red+Green+Blue) = 206+53+79=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE354F is #31CAB0. Grayscale: #656565. Windows color (decimal): -3263153 or 5191118. OLE color: 5191118.

HSL color Cylindrical-coordinate representation of color #CE354F: hue angle of 349.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE354F is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2065379-
CMYK00.740.620.19
HSL349.8º60.96%50.78%-
HSV(B)349.8º74.27%80.78%-
XYZ28.1416.239.05-
YUV101.71115.19202.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.95%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=60.95%
G=15.68%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206537900.740.620.19349.860.9650.78
HexCE354F04A3E1315e3d33
Octal31665117011276235367563
Binary1100111011010110011110100101011111010011101011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE354F; }

 p { color: rgb(206,53,79); }

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

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

 a { background-color: rgb(206,53,79); }

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

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

 span { border-color: rgb(206,53,79); }

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