#ce7163

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

Shades of Japonica #CE7163

Tints of Japonica #CE7163

Color information

#CE7163 (or 0xCE7163) is unknown color: approx Japonica. HEX triplet: CE, 71 and 63. RGB value is (206,113,99). Sum of RGB (Red+Green+Blue) = 206+113+99=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7163 is #318E9C. Grayscale: #8B8B8B. Windows color (decimal): -3247773 or 6517198. OLE color: 6517198.

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

Color convert

RGB20611399-
CMYK00.450.520.19
HSL7.85º52.2%59.8%-
HSV(B)7.85º51.94%80.78%-
XYZ33.6125.8315.02-
YUV139.21105.31175.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.28%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=49.28%
G=27.03%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061139900.450.520.197.8552.259.8
HexCE716302D34138343c
Octal3161611430556423106474
Binary11001110111000111000110101101110100100111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7163; }

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

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

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

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

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

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

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

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