#C5755A

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

Shades of Japonica #C5755A

Tints of Japonica #C5755A

Color information

#C5755A (or 0xC5755A) is unknown color: approx Japonica. HEX triplet: C5, 75 and 5A. RGB value is (197,117,90). Sum of RGB (Red+Green+Blue) = 197+117+90=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5755A is #3A8AA5. Grayscale: #8A8A8A. Windows color (decimal): -3836582 or 5928389. OLE color: 5928389.

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

Color convert

RGB19711790-
CMYK00.410.540.23
HSL15.14º47.98%56.27%-
HSV(B)15.14º54.31%77.25%-
XYZ31.2325.3312.92-
YUV137.84101170.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=48.76%
G=28.96%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971179000.410.540.2315.1447.9856.27
HexC5755A0293617f3038
Octal3051651320516627176070
Binary11000101111010110110100101001110110101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5755A; }

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

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

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

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

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

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

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

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