#CE6E60

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

Shades of Japonica #CE6E60

Tints of Japonica #CE6E60

Color information

#CE6E60 (or 0xCE6E60) is unknown color: approx Japonica. HEX triplet: CE, 6E and 60. RGB value is (206,110,96). Sum of RGB (Red+Green+Blue) = 206+110+96=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E60 is #31919F. Grayscale: #898989. Windows color (decimal): -3248544 or 6319822. OLE color: 6319822.

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

Color convert

RGB20611096-
CMYK00.470.530.19
HSL7.64º52.88%59.22%-
HSV(B)7.64º53.4%80.78%-
XYZ33.1425.1214.17-
YUV137.11104.8177.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=50%
G=26.70%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061109600.470.530.197.6452.8859.22
HexCE6E6002F35138353b
Octal3161561400576523106573
Binary11001110110111011000000101111110101100111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6E60; }

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

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

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

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

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

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

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

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