#CE7A59

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

Shades of Japonica #CE7A59

Tints of Japonica #CE7A59

Color information

#CE7A59 (or 0xCE7A59) is unknown color: approx Japonica. HEX triplet: CE, 7A and 59. RGB value is (206,122,89). Sum of RGB (Red+Green+Blue) = 206+122+89=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A59 is #3185A6. Grayscale: #8F8F8F. Windows color (decimal): -3245479 or 5864142. OLE color: 5864142.

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

Color convert

RGB20612289-
CMYK00.410.570.19
HSL16.92º54.42%57.84%-
HSV(B)16.92º56.8%80.78%-
XYZ34.2227.7613.01-
YUV143.3597.33172.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=49.40%
G=29.26%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061228900.410.570.1916.9254.4257.84
HexCE7A59029391311363a
Octal3161721310517123216672
Binary110011101111010101100101010011110011001110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A59; }

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

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

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

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

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

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

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

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