#CE7562

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

Shades of Japonica #CE7562

Tints of Japonica #CE7562

Color information

#CE7562 (or 0xCE7562) is unknown color: approx Japonica. HEX triplet: CE, 75 and 62. RGB value is (206,117,98). Sum of RGB (Red+Green+Blue) = 206+117+98=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7562 is #318A9D. Grayscale: #8D8D8D. Windows color (decimal): -3246750 or 6452686. OLE color: 6452686.

HSL color Cylindrical-coordinate representation of color #CE7562: hue angle of 10.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7562 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB20611798-
CMYK00.430.520.19
HSL10.56º52.43%59.61%-
HSV(B)10.56º52.43%80.78%-
XYZ34.0226.7314.92-
YUV141.44103.49174.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=48.93%
G=27.79%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061179800.430.520.1910.5652.4359.61
HexCE756202B3413b343c
Octal3161651420536423136474
Binary11001110111010111000100101011110100100111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7562; }

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

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

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

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

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

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

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

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