#CB745E

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

Shades of Japonica #CB745E

Tints of Japonica #CB745E

Color information

#CB745E (or 0xCB745E) is unknown color: approx Japonica. HEX triplet: CB, 74 and 5E. RGB value is (203,116,94). Sum of RGB (Red+Green+Blue) = 203+116+94=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB745E is #348BA1. Grayscale: #8B8B8B. Windows color (decimal): -3443618 or 6190283. OLE color: 6190283.

HSL color Cylindrical-coordinate representation of color #CB745E: hue angle of 12.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB745E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20311694-
CMYK00.430.540.20
HSL12.11º51.17%58.24%-
HSV(B)12.11º53.69%79.61%-
XYZ32.892613.87-
YUV139.5102.32173.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=49.15%
G=28.09%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031169400.430.540.2012.1151.1758.24
HexCB745E02B3614c333a
Octal3131641360536624146372
Binary11001011111010010111100101011110110101001100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB745E; }

 p { color: rgb(203,116,94); }

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

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

 a { background-color: rgb(203,116,94); }

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

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

 span { border-color: rgb(203,116,94); }

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