#CE6A59

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

Shades of Japonica #CE6A59

Tints of Japonica #CE6A59

Color information

#CE6A59 (or 0xCE6A59) is unknown color: approx Japonica. HEX triplet: CE, 6A and 59. RGB value is (206,106,89). Sum of RGB (Red+Green+Blue) = 206+106+89=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A59 is #3195A6. Grayscale: #868686. Windows color (decimal): -3249575 or 5860046. OLE color: 5860046.

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

Color convert

RGB20610689-
CMYK00.490.570.19
HSL8.72º54.42%57.84%-
HSV(B)8.72º56.8%80.78%-
XYZ32.4124.1512.4-
YUV133.96102.63179.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=51.37%
G=26.43%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061068900.490.570.198.7254.4257.84
HexCE6A5903139139363a
Octal3161521310617123116672
Binary11001110110101010110010110001111001100111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A59; }

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

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

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

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

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

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

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

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