#CA7160

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

Shades of Japonica #CA7160

Tints of Japonica #CA7160

Color information

#CA7160 (or 0xCA7160) is unknown color: approx Japonica. HEX triplet: CA, 71 and 60. RGB value is (202,113,96). Sum of RGB (Red+Green+Blue) = 202+113+96=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7160 is #358E9F. Grayscale: #898989. Windows color (decimal): -3509920 or 6320586. OLE color: 6320586.

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

Color convert

RGB20211396-
CMYK00.440.520.21
HSL9.62º50%58.43%-
HSV(B)9.62º52.48%79.22%-
XYZ32.3725.2114.23-
YUV137.67104.49173.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=49.15%
G=27.49%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021139600.440.520.219.625058.43
HexCA716002C3415a323a
Octal3121611400546425126272
Binary11001010111000111000000101100110100101011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7160; }

 p { color: rgb(202,113,96); }

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

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

 a { background-color: rgb(202,113,96); }

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

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

 span { border-color: rgb(202,113,96); }

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