#CE594E

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

Shades of Valencia #CE594E

Tints of Valencia #CE594E

Color information

#CE594E (or 0xCE594E) is unknown color: approx Valencia. HEX triplet: CE, 59 and 4E. RGB value is (206,89,78). Sum of RGB (Red+Green+Blue) = 206+89+78=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE594E is #31A6B1. Grayscale: #7A7A7A. Windows color (decimal): -3253938 or 5134798. OLE color: 5134798.

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

Color convert

RGB2068978-
CMYK00.570.620.19
HSL5.16º56.64%55.69%-
HSV(B)5.16º62.14%80.78%-
XYZ30.420.829.62-
YUV122.73102.76187.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.23%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=55.23%
G=23.86%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206897800.570.620.195.1656.6455.69
HexCE594E0393E1353938
Octal316131116071762357170
Binary1100111010110011001110011100111111010011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE594E; }

 p { color: rgb(206,89,78); }

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

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

 a { background-color: rgb(206,89,78); }

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

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

 span { border-color: rgb(206,89,78); }

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