#CE7868

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

Shades of Japonica #CE7868

Tints of Japonica #CE7868

Color information

#CE7868 (or 0xCE7868) is unknown color: approx Japonica. HEX triplet: CE, 78 and 68. RGB value is (206,120,104). Sum of RGB (Red+Green+Blue) = 206+120+104=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7868 is #318797. Grayscale: #909090. Windows color (decimal): -3245976 or 6846670. OLE color: 6846670.

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

Color convert

RGB206120104-
CMYK00.420.500.19
HSL9.41º51%60.78%-
HSV(B)9.41º49.51%80.78%-
XYZ34.6727.5516.59-
YUV143.89105.49172.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=47.91%
G=27.91%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612010400.420.500.199.415160.78
HexCE786802A32139333d
Octal3161701500526223116375
Binary11001110111100011010000101010110010100111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7868; }

 p { color: rgb(206,120,104); }

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

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

 a { background-color: rgb(206,120,104); }

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

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

 span { border-color: rgb(206,120,104); }

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