#CA7C56

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

Shades of Japonica #CA7C56

Tints of Japonica #CA7C56

Color information

#CA7C56 (or 0xCA7C56) is unknown color: approx Japonica. HEX triplet: CA, 7C and 56. RGB value is (202,124,86). Sum of RGB (Red+Green+Blue) = 202+124+86=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C56 is #3583A9. Grayscale: #8F8F8F. Windows color (decimal): -3507114 or 5668042. OLE color: 5668042.

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

Color convert

RGB20212486-
CMYK00.390.570.21
HSL19.66º52.25%56.47%-
HSV(B)19.66º57.43%79.22%-
XYZ33.2427.6412.39-
YUV142.9995.84170.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 124 (48.83% from 255) = 30.10%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=49.03%
G=30.10%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021248600.390.570.2119.6652.2556.47
HexCA7C560273915143438
Octal3121741260477125246470
Binary110010101111100101011001001111110011010110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C56; }

 p { color: rgb(202,124,86); }

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

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

 a { background-color: rgb(202,124,86); }

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

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

 span { border-color: rgb(202,124,86); }

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