#CA7A59

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

Shades of Japonica #CA7A59

Tints of Japonica #CA7A59

Color information

#CA7A59 (or 0xCA7A59) is unknown color: approx Japonica. HEX triplet: CA, 7A and 59. RGB value is (202,122,89). Sum of RGB (Red+Green+Blue) = 202+122+89=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A59 is #3585A6. Grayscale: #8E8E8E. Windows color (decimal): -3507623 or 5864138. OLE color: 5864138.

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

Color convert

RGB20212289-
CMYK00.400.560.21
HSL17.52º51.6%57.06%-
HSV(B)17.52º55.94%79.22%-
XYZ33.1227.212.96-
YUV142.1698170.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=48.91%
G=29.54%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021228900.400.560.2117.5251.657.06
HexCA7A590283815123439
Octal3121721310507025226471
Binary110010101111010101100101010001110001010110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A59; }

 p { color: rgb(202,122,89); }

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

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

 a { background-color: rgb(202,122,89); }

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

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

 span { border-color: rgb(202,122,89); }

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