#C5765A

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

Shades of Japonica #C5765A

Tints of Japonica #C5765A

Color information

#C5765A (or 0xC5765A) is unknown color: approx Japonica. HEX triplet: C5, 76 and 5A. RGB value is (197,118,90). Sum of RGB (Red+Green+Blue) = 197+118+90=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765A is #3A89A5. Grayscale: #8A8A8A. Windows color (decimal): -3836326 or 5928645. OLE color: 5928645.

HSL color Cylindrical-coordinate representation of color #C5765A: hue angle of 15.7º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5765A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19711890-
CMYK00.400.540.23
HSL15.7º47.98%56.27%-
HSV(B)15.7º54.31%77.25%-
XYZ31.3525.5712.96-
YUV138.43100.67169.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=48.64%
G=29.14%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971189000.400.540.2315.747.9856.27
HexC5765A0283617103038
Octal3051661320506627206070
Binary110001011110110101101001010001101101011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5765A; }

 p { color: rgb(197,118,90); }

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

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

 a { background-color: rgb(197,118,90); }

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

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

 span { border-color: rgb(197,118,90); }

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