#ca7c54

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

Shades of Japonica #CA7C54

Tints of Japonica #CA7C54

Color information

#CA7C54 (or 0xCA7C54) is unknown color: approx Japonica. HEX triplet: CA, 7C and 54. RGB value is (202,124,84). Sum of RGB (Red+Green+Blue) = 202+124+84=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C54 is #3583AB. Grayscale: #8F8F8F. Windows color (decimal): -3507116 or 5536970. OLE color: 5536970.

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

Color convert

RGB20212484-
CMYK00.390.580.21
HSL20.34º52.68%56.08%-
HSV(B)20.34º58.42%79.22%-
XYZ33.1727.6111.97-
YUV142.7694.84170.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 84 (33.20% from 255) = 20.49%
R=49.27%
G=30.24%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021248400.390.580.2120.3452.6856.08
HexCA7C540273A15143538
Octal3121741240477225246570
Binary110010101111100101010001001111110101010110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7c54; }

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

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

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

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

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

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

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

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