#CE745B

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

Shades of Japonica #CE745B

Tints of Japonica #CE745B

Color information

#CE745B (or 0xCE745B) is unknown color: approx Japonica. HEX triplet: CE, 74 and 5B. RGB value is (206,116,91). Sum of RGB (Red+Green+Blue) = 206+116+91=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE745B is #318BA4. Grayscale: #8C8C8C. Windows color (decimal): -3247013 or 5993678. OLE color: 5993678.

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

Color convert

RGB20611691-
CMYK00.440.560.19
HSL13.04º53.99%58.24%-
HSV(B)13.04º55.83%80.78%-
XYZ33.5926.3713.22-
YUV140.06100.32175.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=49.88%
G=28.09%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061169100.440.560.1913.0453.9958.24
HexCE745B02C3813d363a
Octal3161641330547023156672
Binary11001110111010010110110101100111000100111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE745B; }

 p { color: rgb(206,116,91); }

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

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

 a { background-color: rgb(206,116,91); }

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

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

 span { border-color: rgb(206,116,91); }

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