#CA745D

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

Shades of Japonica #CA745D

Tints of Japonica #CA745D

Color information

#CA745D (or 0xCA745D) is unknown color: approx Japonica. HEX triplet: CA, 74 and 5D. RGB value is (202,116,93). Sum of RGB (Red+Green+Blue) = 202+116+93=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA745D is #358BA2. Grayscale: #8B8B8B. Windows color (decimal): -3509155 or 6124746. OLE color: 6124746.

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

Color convert

RGB20211693-
CMYK00.430.540.21
HSL12.66º50.7%57.84%-
HSV(B)12.66º53.96%79.22%-
XYZ32.5825.8413.63-
YUV139.09101.99172.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=49.15%
G=28.22%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021169300.430.540.2112.6650.757.84
HexCA745D02B3615d333a
Octal3121641350536625156372
Binary11001010111010010111010101011110110101011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA745D; }

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

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

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

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

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

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

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

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