#C5755F

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

Shades of Japonica #C5755F

Tints of Japonica #C5755F

Color information

#C5755F (or 0xC5755F) is unknown color: approx Japonica. HEX triplet: C5, 75 and 5F. RGB value is (197,117,95). Sum of RGB (Red+Green+Blue) = 197+117+95=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5755F is #3A8AA0. Grayscale: #8A8A8A. Windows color (decimal): -3836577 or 6256069. OLE color: 6256069.

HSL color Cylindrical-coordinate representation of color #C5755F: hue angle of 12.94º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5755F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19711795-
CMYK00.410.520.23
HSL12.94º46.79%57.25%-
HSV(B)12.94º51.78%77.25%-
XYZ31.4525.4214.08-
YUV138.41103.5169.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=48.17%
G=28.61%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971179500.410.520.2312.9446.7957.25
HexC5755F0293417d2f39
Octal3051651370516427155771
Binary11000101111010110111110101001110100101111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5755F; }

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

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

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

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

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

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

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

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