#CE4A45

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

Shades of Sunset #CE4A45

Tints of Sunset #CE4A45

Color information

#CE4A45 (or 0xCE4A45) is unknown color: approx Sunset. HEX triplet: CE, 4A and 45. RGB value is (206,74,69). Sum of RGB (Red+Green+Blue) = 206+74+69=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A45 is #31B5BA. Grayscale: #717171. Windows color (decimal): -3257787 or 4541134. OLE color: 4541134.

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

Color convert

RGB2067469-
CMYK00.640.670.19
HSL2.19º58.3%53.92%-
HSV(B)2.19º66.5%80.78%-
XYZ28.9818.457.66-
YUV112.9103.23194.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.03%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=59.03%
G=21.20%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206746900.640.670.192.1958.353.92
HexCE4A45040431323a36
Octal31611210501001032327266
Binary11001110100101010001010100000010000111001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4A45; }

 p { color: rgb(206,74,69); }

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

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

 a { background-color: rgb(206,74,69); }

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

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

 span { border-color: rgb(206,74,69); }

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