#ce5146

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

Shades of Valencia #CE5146

Tints of Valencia #CE5146

Color information

#CE5146 (or 0xCE5146) is unknown color: approx Valencia. HEX triplet: CE, 51 and 46. RGB value is (206,81,70). Sum of RGB (Red+Green+Blue) = 206+81+70=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5146 is #31AEB9. Grayscale: #757575. Windows color (decimal): -3255994 or 4608462. OLE color: 4608462.

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

Color convert

RGB2068170-
CMYK00.610.660.19
HSL4.85º58.12%54.12%-
HSV(B)4.85º66.02%80.78%-
XYZ29.519.457.99-
YUV117.12101.41191.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=57.70%
G=22.69%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206817000.610.660.194.8558.1254.12
HexCE514603D421353a36
Octal3161211060751022357266
Binary11001110101000110001100111101100001010011101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5146; }

 p { color: rgb(206,81,70); }

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

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

 a { background-color: rgb(206,81,70); }

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

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

 span { border-color: rgb(206,81,70); }

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