#CA7A58

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

Shades of Japonica #CA7A58

Tints of Japonica #CA7A58

Color information

#CA7A58 (or 0xCA7A58) is unknown color: approx Japonica. HEX triplet: CA, 7A and 58. RGB value is (202,122,88). Sum of RGB (Red+Green+Blue) = 202+122+88=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A58 is #3585A7. Grayscale: #8E8E8E. Windows color (decimal): -3507624 or 5798602. OLE color: 5798602.

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

Color convert

RGB20212288-
CMYK00.400.560.21
HSL17.89º51.82%56.86%-
HSV(B)17.89º56.44%79.22%-
XYZ33.0827.1812.74-
YUV142.0497.5170.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=49.03%
G=29.61%
B=21.36%

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
Decimal2021228800.400.560.2117.8951.8256.86
HexCA7A580283815123439
Octal3121721300507025226471
Binary110010101111010101100001010001110001010110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A58; }

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

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

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

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

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

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

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

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