#CE6D61

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

Shades of Japonica #CE6D61

Tints of Japonica #CE6D61

Color information

#CE6D61 (or 0xCE6D61) is unknown color: approx Japonica. HEX triplet: CE, 6D and 61. RGB value is (206,109,97). Sum of RGB (Red+Green+Blue) = 206+109+97=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D61 is #31929E. Grayscale: #888888. Windows color (decimal): -3248799 or 6385102. OLE color: 6385102.

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

Color convert

RGB20610997-
CMYK00.470.530.19
HSL6.61º52.66%59.41%-
HSV(B)6.61º52.91%80.78%-
XYZ33.0824.9214.38-
YUV136.64105.64177.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=50%
G=26.46%
B=23.54%

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
Decimal2061099700.470.530.196.6152.6659.41
HexCE6D6102F35137353b
Octal316155141057652376573
Binary1100111011011011100001010111111010110011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D61; }

 p { color: rgb(206,109,97); }

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

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

 a { background-color: rgb(206,109,97); }

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

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

 span { border-color: rgb(206,109,97); }

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