#CE745E

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

Shades of Japonica #CE745E

Tints of Japonica #CE745E

Color information

#CE745E (or 0xCE745E) is unknown color: approx Japonica. HEX triplet: CE, 74 and 5E. RGB value is (206,116,94). Sum of RGB (Red+Green+Blue) = 206+116+94=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE745E is #318BA1. Grayscale: #8C8C8C. Windows color (decimal): -3247010 or 6190286. OLE color: 6190286.

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

Color convert

RGB20611694-
CMYK00.440.540.19
HSL11.79º53.33%58.82%-
HSV(B)11.79º54.37%80.78%-
XYZ33.7226.4213.91-
YUV140.4101.82174.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.52%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=49.52%
G=27.88%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061169400.440.540.1911.7953.3358.82
HexCE745E02C3613c353b
Octal3161641360546623146573
Binary11001110111010010111100101100110110100111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE745E; }

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

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

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

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

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

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

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

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