#CE785B

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

Shades of Japonica #CE785B

Tints of Japonica #CE785B

Color information

#CE785B (or 0xCE785B) is unknown color: approx Japonica. HEX triplet: CE, 78 and 5B. RGB value is (206,120,91). Sum of RGB (Red+Green+Blue) = 206+120+91=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE785B is #3187A4. Grayscale: #8E8E8E. Windows color (decimal): -3245989 or 5994702. OLE color: 5994702.

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

Color convert

RGB20612091-
CMYK00.420.560.19
HSL15.13º53.99%58.24%-
HSV(B)15.13º55.83%80.78%-
XYZ34.0627.3113.37-
YUV142.4198.99173.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=49.40%
G=28.78%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061209100.420.560.1915.1353.9958.24
HexCE785B02A3813f363a
Octal3161701330527023176672
Binary11001110111100010110110101010111000100111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE785B; }

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

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

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

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

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

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

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

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