#C5755B

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

Shades of Japonica #C5755B

Tints of Japonica #C5755B

Color information

#C5755B (or 0xC5755B) is unknown color: approx Japonica. HEX triplet: C5, 75 and 5B. RGB value is (197,117,91). Sum of RGB (Red+Green+Blue) = 197+117+91=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5755B is #3A8AA4. Grayscale: #8A8A8A. Windows color (decimal): -3836581 or 5993925. OLE color: 5993925.

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

Color convert

RGB19711791-
CMYK00.410.540.23
HSL14.72º47.75%56.47%-
HSV(B)14.72º53.81%77.25%-
XYZ31.2825.3513.14-
YUV137.96101.5170.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=48.64%
G=28.89%
B=22.47%

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
Decimal1971179100.410.540.2314.7247.7556.47
HexC5755B0293617f3038
Octal3051651330516627176070
Binary11000101111010110110110101001110110101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5755B; }

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

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

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

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

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

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

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

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