#CA745E

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

Shades of Japonica #CA745E

Tints of Japonica #CA745E

Color information

#CA745E (or 0xCA745E) is unknown color: approx Japonica. HEX triplet: CA, 74 and 5E. RGB value is (202,116,94). Sum of RGB (Red+Green+Blue) = 202+116+94=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA745E is #358BA1. Grayscale: #8B8B8B. Windows color (decimal): -3509154 or 6190282. OLE color: 6190282.

HSL color Cylindrical-coordinate representation of color #CA745E: hue angle of 12.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA745E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20211694-
CMYK00.430.530.21
HSL12.22º50.47%58.04%-
HSV(B)12.22º53.47%79.22%-
XYZ32.6225.8613.86-
YUV139.21102.49172.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=49.03%
G=28.16%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021169400.430.530.2112.2250.4758.04
HexCA745E02B3515c323a
Octal3121641360536525146272
Binary11001010111010010111100101011110101101011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA745E; }

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

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

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

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

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

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

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

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