#CA735B

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

Shades of Japonica #CA735B

Tints of Japonica #CA735B

Color information

#CA735B (or 0xCA735B) is unknown color: approx Japonica. HEX triplet: CA, 73 and 5B. RGB value is (202,115,91). Sum of RGB (Red+Green+Blue) = 202+115+91=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735B is #358CA4. Grayscale: #8A8A8A. Windows color (decimal): -3509413 or 5993418. OLE color: 5993418.

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

Color convert

RGB20211591-
CMYK00.430.550.21
HSL12.97º51.15%57.45%-
HSV(B)12.97º54.95%79.22%-
XYZ32.3825.5713.13-
YUV138.28101.32173.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=49.51%
G=28.19%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021159100.430.550.2112.9751.1557.45
HexCA735B02B3715d3339
Octal3121631330536725156371
Binary11001010111001110110110101011110111101011101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA735B; }

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

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

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

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

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

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

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

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