#ca735e

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

Shades of Japonica #CA735E

Tints of Japonica #CA735E

Color information

#CA735E (or 0xCA735E) is unknown color: approx Japonica. HEX triplet: CA, 73 and 5E. RGB value is (202,115,94). Sum of RGB (Red+Green+Blue) = 202+115+94=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735E is #358CA1. Grayscale: #8A8A8A. Windows color (decimal): -3509410 or 6190026. OLE color: 6190026.

HSL color Cylindrical-coordinate representation of color #CA735E: hue angle of 11.67º 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 #CA735E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20211594-
CMYK00.430.530.21
HSL11.67º50.47%58.04%-
HSV(B)11.67º53.47%79.22%-
XYZ32.5125.6313.82-
YUV138.62102.82173.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=49.15%
G=27.98%
B=22.87%

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
Decimal2021159400.430.530.2111.6750.4758.04
HexCA735E02B3515c323a
Octal3121631360536525146272
Binary11001010111001110111100101011110101101011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca735e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca735e; }

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

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

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

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

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

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

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

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