#CA795F

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

Shades of Japonica #CA795F

Tints of Japonica #CA795F

Color information

#CA795F (or 0xCA795F) is unknown color: approx Japonica. HEX triplet: CA, 79 and 5F. RGB value is (202,121,95). Sum of RGB (Red+Green+Blue) = 202+121+95=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795F is #3586A0. Grayscale: #8E8E8E. Windows color (decimal): -3507873 or 6257098. OLE color: 6257098.

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

Color convert

RGB20212195-
CMYK00.400.530.21
HSL14.58º50.23%58.24%-
HSV(B)14.58º52.97%79.22%-
XYZ33.2627.0614.3-
YUV142.26101.34170.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=48.33%
G=28.95%
B=22.73%

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
Decimal2021219500.400.530.2114.5850.2358.24
HexCA795F0283515f323a
Octal3121711370506525176272
Binary11001010111100110111110101000110101101011111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA795F; }

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

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

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

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

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

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

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

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