#ce7765

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

Shades of Japonica #CE7765

Tints of Japonica #CE7765

Color information

#CE7765 (or 0xCE7765) is unknown color: approx Japonica. HEX triplet: CE, 77 and 65. RGB value is (206,119,101). Sum of RGB (Red+Green+Blue) = 206+119+101=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7765 is #31889A. Grayscale: #8F8F8F. Windows color (decimal): -3246235 or 6649806. OLE color: 6649806.

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

Color convert

RGB206119101-
CMYK00.420.510.19
HSL10.29º51.72%60.2%-
HSV(B)10.29º50.97%80.78%-
XYZ34.427.2615.76-
YUV142.96104.32172.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=48.36%
G=27.93%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611910100.420.510.1910.2951.7260.2
HexCE776502A3313a343c
Octal3161671450526323126474
Binary11001110111011111001010101010110011100111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7765; }

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

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

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

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

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

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

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

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