#C5775A

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

Shades of Japonica #C5775A

Tints of Japonica #C5775A

Color information

#C5775A (or 0xC5775A) is unknown color: approx Japonica. HEX triplet: C5, 77 and 5A. RGB value is (197,119,90). Sum of RGB (Red+Green+Blue) = 197+119+90=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5775A is #3A88A5. Grayscale: #8B8B8B. Windows color (decimal): -3836070 or 5928901. OLE color: 5928901.

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

Color convert

RGB19711990-
CMYK00.400.540.23
HSL16.26º47.98%56.27%-
HSV(B)16.26º54.31%77.25%-
XYZ31.4725.812.99-
YUV139.02100.34169.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=48.52%
G=29.31%
B=22.17%

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
Decimal1971199000.400.540.2316.2647.9856.27
HexC5775A0283617103038
Octal3051671320506627206070
Binary110001011110111101101001010001101101011110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5775A; }

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

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

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

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

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

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

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

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