#CE6145

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

Shades of Dark Coral #CE6145

Tints of Dark Coral #CE6145

Color information

#CE6145 (or 0xCE6145) is unknown color: approx Dark Coral. HEX triplet: CE, 61 and 45. RGB value is (206,97,69). Sum of RGB (Red+Green+Blue) = 206+97+69=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6145 is #319EBA. Grayscale: #7E7E7E. Windows color (decimal): -3251899 or 4547022. OLE color: 4547022.

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

Color convert

RGB2069769-
CMYK00.530.670.19
HSL12.26º58.3%53.92%-
HSV(B)12.26º66.5%80.78%-
XYZ30.822.18.27-
YUV126.495.61184.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.38%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=55.38%
G=26.08%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206976900.530.670.1912.2658.353.92
HexCE61450354313c3a36
Octal31614110506510323147266
Binary110011101100001100010101101011000011100111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6145; }

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

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

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

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

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

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

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

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