#CE7B5B

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

Shades of Japonica #CE7B5B

Tints of Japonica #CE7B5B

Color information

#CE7B5B (or 0xCE7B5B) is unknown color: approx Japonica. HEX triplet: CE, 7B and 5B. RGB value is (206,123,91). Sum of RGB (Red+Green+Blue) = 206+123+91=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B5B is #3184A4. Grayscale: #909090. Windows color (decimal): -3245221 or 5995470. OLE color: 5995470.

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

Color convert

RGB20612391-
CMYK00.400.560.19
HSL16.7º53.99%58.24%-
HSV(B)16.7º55.83%80.78%-
XYZ34.4228.0413.5-
YUV144.1798172.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=49.05%
G=29.29%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061239100.400.560.1916.753.9958.24
HexCE7B5B028381311363a
Octal3161731330507023216672
Binary110011101111011101101101010001110001001110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B5B; }

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

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

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

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

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

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

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

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