#CE7160

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

Shades of Japonica #CE7160

Tints of Japonica #CE7160

Color information

#CE7160 (or 0xCE7160) is unknown color: approx Japonica. HEX triplet: CE, 71 and 60. RGB value is (206,113,96). Sum of RGB (Red+Green+Blue) = 206+113+96=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7160 is #318E9F. Grayscale: #8B8B8B. Windows color (decimal): -3247776 or 6320590. OLE color: 6320590.

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

Color convert

RGB20611396-
CMYK00.450.530.19
HSL9.27º52.88%59.22%-
HSV(B)9.27º53.4%80.78%-
XYZ33.4725.7814.28-
YUV138.87103.81175.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=49.64%
G=27.23%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061139600.450.530.199.2752.8859.22
HexCE716002D35139353b
Octal3161611400556523116573
Binary11001110111000111000000101101110101100111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7160; }

 p { color: rgb(206,113,96); }

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

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

 a { background-color: rgb(206,113,96); }

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

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

 span { border-color: rgb(206,113,96); }

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