#CA795E

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

Shades of Japonica #CA795E

Tints of Japonica #CA795E

Color information

#CA795E (or 0xCA795E) is unknown color: approx Japonica. HEX triplet: CA, 79 and 5E. RGB value is (202,121,94). Sum of RGB (Red+Green+Blue) = 202+121+94=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795E is #3586A1. Grayscale: #8E8E8E. Windows color (decimal): -3507874 or 6191562. OLE color: 6191562.

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

Color convert

RGB20212194-
CMYK00.400.530.21
HSL15º50.47%58.04%-
HSV(B)15º53.47%79.22%-
XYZ33.2127.0414.06-
YUV142.14100.84170.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=48.44%
G=29.02%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021219400.400.530.211550.4758.04
HexCA795E0283515f323a
Octal3121711360506525176272
Binary11001010111100110111100101000110101101011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA795E; }

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

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

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

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

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

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

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

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