#CE5854

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

Shades of Valencia #CE5854

Tints of Valencia #CE5854

Color information

#CE5854 (or 0xCE5854) is unknown color: approx Valencia. HEX triplet: CE, 58 and 54. RGB value is (206,88,84). Sum of RGB (Red+Green+Blue) = 206+88+84=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5854 is #31A7AB. Grayscale: #7A7A7A. Windows color (decimal): -3254188 or 5527758. OLE color: 5527758.

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

Color convert

RGB2068884-
CMYK00.570.590.19
HSL1.97º55.45%56.86%-
HSV(B)1.97º59.22%80.78%-
XYZ30.5420.7410.78-
YUV122.83106.09187.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=54.50%
G=23.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206888400.570.590.191.9755.4556.86
HexCE58540393B1323739
Octal316130124071732326771
Binary110011101011000101010001110011110111001110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5854; }

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

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

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

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

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

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

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

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