#CE735E

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

Shades of Japonica #CE735E

Tints of Japonica #CE735E

Color information

#CE735E (or 0xCE735E) is unknown color: approx Japonica. HEX triplet: CE, 73 and 5E. RGB value is (206,115,94). Sum of RGB (Red+Green+Blue) = 206+115+94=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735E is #318CA1. Grayscale: #8B8B8B. Windows color (decimal): -3247266 or 6190030. OLE color: 6190030.

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

Color convert

RGB20611594-
CMYK00.440.540.19
HSL11.25º53.33%58.82%-
HSV(B)11.25º54.37%80.78%-
XYZ33.626.1913.87-
YUV139.82102.15175.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=49.64%
G=27.71%
B=22.65%

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
Decimal2061159400.440.540.1911.2553.3358.82
HexCE735E02C3613b353b
Octal3161631360546623136573
Binary11001110111001110111100101100110110100111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE735E; }

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

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

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

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

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

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

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

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