#ce775e

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

Shades of Japonica #CE775E

Tints of Japonica #CE775E

Color information

#CE775E (or 0xCE775E) is unknown color: approx Japonica. HEX triplet: CE, 77 and 5E. RGB value is (206,119,94). Sum of RGB (Red+Green+Blue) = 206+119+94=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE775E is #3188A1. Grayscale: #8E8E8E. Windows color (decimal): -3246242 or 6191054. OLE color: 6191054.

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

Color convert

RGB20611994-
CMYK00.420.540.19
HSL13.39º53.33%58.82%-
HSV(B)13.39º54.37%80.78%-
XYZ34.0727.1214.03-
YUV142.16100.82173.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=49.16%
G=28.40%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061199400.420.540.1913.3953.3358.82
HexCE775E02A3613d353b
Octal3161671360526623156573
Binary11001110111011110111100101010110110100111101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce775e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce775e; }

 p { color: rgb(206,119,94); }

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

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

 a { background-color: rgb(206,119,94); }

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

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

 span { border-color: rgb(206,119,94); }

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