#CE755B

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

Shades of Japonica #CE755B

Tints of Japonica #CE755B

Color information

#CE755B (or 0xCE755B) is unknown color: approx Japonica. HEX triplet: CE, 75 and 5B. RGB value is (206,117,91). Sum of RGB (Red+Green+Blue) = 206+117+91=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE755B is #318AA4. Grayscale: #8C8C8C. Windows color (decimal): -3246757 or 5993934. OLE color: 5993934.

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

Color convert

RGB20611791-
CMYK00.430.560.19
HSL13.57º53.99%58.24%-
HSV(B)13.57º55.83%80.78%-
XYZ33.726.613.26-
YUV140.6599.99174.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.76%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=49.76%
G=28.26%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061179100.430.560.1913.5753.9958.24
HexCE755B02B3813e363a
Octal3161651330537023166672
Binary11001110111010110110110101011111000100111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE755B; }

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

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

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

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

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

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

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

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