#CE7364

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

Shades of Japonica #CE7364

Tints of Japonica #CE7364

Color information

#CE7364 (or 0xCE7364) is unknown color: approx Japonica. HEX triplet: CE, 73 and 64. RGB value is (206,115,100). Sum of RGB (Red+Green+Blue) = 206+115+100=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7364 is #318C9B. Grayscale: #8C8C8C. Windows color (decimal): -3247260 or 6583246. OLE color: 6583246.

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

Color convert

RGB206115100-
CMYK00.440.510.19
HSL8.49º51.96%60%-
HSV(B)8.49º51.46%80.78%-
XYZ33.8826.315.35-
YUV140.5105.15174.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=48.93%
G=27.32%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611510000.440.510.198.4951.9660
HexCE736402C33138343c
Octal3161631440546323106474
Binary11001110111001111001000101100110011100111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7364; }

 p { color: rgb(206,115,100); }

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

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

 a { background-color: rgb(206,115,100); }

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

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

 span { border-color: rgb(206,115,100); }

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