#CE6A5D

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

Shades of Japonica #CE6A5D

Tints of Japonica #CE6A5D

Color information

#CE6A5D (or 0xCE6A5D) is unknown color: approx Japonica. HEX triplet: CE, 6A and 5D. RGB value is (206,106,93). Sum of RGB (Red+Green+Blue) = 206+106+93=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A5D is #3195A2. Grayscale: #868686. Windows color (decimal): -3249571 or 6122190. OLE color: 6122190.

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

Color convert

RGB20610693-
CMYK00.490.550.19
HSL6.9º53.55%58.63%-
HSV(B)6.9º54.85%80.78%-
XYZ32.5824.2213.31-
YUV134.42104.63179.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=50.86%
G=26.17%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061069300.490.550.196.953.5558.63
HexCE6A5D03137137363b
Octal316152135061672376673
Binary1100111011010101011101011000111011110011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A5D; }

 p { color: rgb(206,106,93); }

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

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

 a { background-color: rgb(206,106,93); }

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

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

 span { border-color: rgb(206,106,93); }

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