#CE7558

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

Shades of Japonica #CE7558

Tints of Japonica #CE7558

Color information

#CE7558 (or 0xCE7558) is unknown color: approx Japonica. HEX triplet: CE, 75 and 58. RGB value is (206,117,88). Sum of RGB (Red+Green+Blue) = 206+117+88=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7558 is #318AA7. Grayscale: #8C8C8C. Windows color (decimal): -3246760 or 5797326. OLE color: 5797326.

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

Color convert

RGB20611788-
CMYK00.430.570.19
HSL14.75º54.63%57.65%-
HSV(B)14.75º57.28%80.78%-
XYZ33.5826.5512.59-
YUV140.398.49174.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 88 (34.77% from 255) = 21.41%
R=50.12%
G=28.47%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061178800.430.570.1914.7554.6357.65
HexCE755802B3913f373a
Octal3161651300537123176772
Binary11001110111010110110000101011111001100111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7558; }

 p { color: rgb(206,117,88); }

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

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

 a { background-color: rgb(206,117,88); }

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

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

 span { border-color: rgb(206,117,88); }

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