#CE7055

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

Shades of Japonica #CE7055

Tints of Japonica #CE7055

Color information

#CE7055 (or 0xCE7055) is unknown color: approx Japonica. HEX triplet: CE, 70 and 55. RGB value is (206,112,85). Sum of RGB (Red+Green+Blue) = 206+112+85=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7055 is #318FAA. Grayscale: #898989. Windows color (decimal): -3248043 or 5599438. OLE color: 5599438.

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

Color convert

RGB20611285-
CMYK00.460.590.19
HSL13.39º55.25%57.06%-
HSV(B)13.39º58.74%80.78%-
XYZ32.8925.3711.76-
YUV137.0398.64177.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.12%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=51.12%
G=27.79%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061128500.460.590.1913.3955.2557.06
HexCE705502E3B13d3739
Octal3161601250567323156771
Binary11001110111000010101010101110111011100111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7055; }

 p { color: rgb(206,112,85); }

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

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

 a { background-color: rgb(206,112,85); }

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

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

 span { border-color: rgb(206,112,85); }

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