#CE7359

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

Shades of Japonica #CE7359

Tints of Japonica #CE7359

Color information

#CE7359 (or 0xCE7359) is unknown color: approx Japonica. HEX triplet: CE, 73 and 59. RGB value is (206,115,89). Sum of RGB (Red+Green+Blue) = 206+115+89=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7359 is #318CA6. Grayscale: #8B8B8B. Windows color (decimal): -3247271 or 5862350. OLE color: 5862350.

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

Color convert

RGB20611589-
CMYK00.440.570.19
HSL13.33º54.42%57.84%-
HSV(B)13.33º56.8%80.78%-
XYZ33.3926.112.73-
YUV139.2499.65175.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.24%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=50.24%
G=28.05%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061158900.440.570.1913.3354.4257.84
HexCE735902C3913d363a
Octal3161631310547123156672
Binary11001110111001110110010101100111001100111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7359; }

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

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

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

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

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

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

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

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