#CE4645

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

Shades of Sunset #CE4645

Tints of Sunset #CE4645

Color information

#CE4645 (or 0xCE4645) is unknown color: approx Sunset. HEX triplet: CE, 46 and 45. RGB value is (206,70,69). Sum of RGB (Red+Green+Blue) = 206+70+69=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4645 is #31B9BA. Grayscale: #6E6E6E. Windows color (decimal): -3258811 or 4540110. OLE color: 4540110.

HSL color Cylindrical-coordinate representation of color #CE4645: hue angle of 0.44º 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 #CE4645 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2067069-
CMYK00.660.670.19
HSL0.44º58.3%53.92%-
HSV(B)0.44º66.5%80.78%-
XYZ28.7217.937.58-
YUV110.55104.56196.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.71%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 69 (27.34% from 255) = 20%
R=59.71%
G=20.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206706900.660.670.190.4458.353.92
HexCE4645042431303a36
Octal31610610501021032307266
Binary1100111010001101000101010000101000011100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4645; }

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

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

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

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

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

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

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

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