#CE7D55

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

Shades of Japonica #CE7D55

Tints of Japonica #CE7D55

Color information

#CE7D55 (or 0xCE7D55) is unknown color: approx Japonica. HEX triplet: CE, 7D and 55. RGB value is (206,125,85). Sum of RGB (Red+Green+Blue) = 206+125+85=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D55 is #3182AA. Grayscale: #909090. Windows color (decimal): -3244715 or 5602766. OLE color: 5602766.

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

Color convert

RGB20612585-
CMYK00.390.590.19
HSL19.83º55.25%57.06%-
HSV(B)19.83º58.74%80.78%-
XYZ34.4328.4412.27-
YUV144.6694.34171.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.52%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=49.52%
G=30.05%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061258500.390.590.1919.8355.2557.06
HexCE7D550273B13143739
Octal3161751250477323246771
Binary110011101111101101010101001111110111001110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D55; }

 p { color: rgb(206,125,85); }

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

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

 a { background-color: rgb(206,125,85); }

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

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

 span { border-color: rgb(206,125,85); }

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