#CA7A54

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

Shades of Japonica #CA7A54

Tints of Japonica #CA7A54

Color information

#CA7A54 (or 0xCA7A54) is unknown color: approx Japonica. HEX triplet: CA, 7A and 54. RGB value is (202,122,84). Sum of RGB (Red+Green+Blue) = 202+122+84=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A54 is #3585AB. Grayscale: #8D8D8D. Windows color (decimal): -3507628 or 5536458. OLE color: 5536458.

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

Color convert

RGB20212284-
CMYK00.400.580.21
HSL19.32º52.68%56.08%-
HSV(B)19.32º58.42%79.22%-
XYZ32.9227.1211.89-
YUV141.5995.5171.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 84 (33.20% from 255) = 20.59%
R=49.51%
G=29.90%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021228400.400.580.2119.3252.6856.08
HexCA7A540283A15133538
Octal3121721240507225236570
Binary110010101111010101010001010001110101010110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A54; }

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

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

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

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

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

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

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

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