#C76D5D

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

Shades of Japonica #C76D5D

Tints of Japonica #C76D5D

Color information

#C76D5D (or 0xC76D5D) is unknown color: approx Japonica. HEX triplet: C7, 6D and 5D. RGB value is (199,109,93). Sum of RGB (Red+Green+Blue) = 199+109+93=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D5D is #3892A2. Grayscale: #868686. Windows color (decimal): -3707555 or 6122951. OLE color: 6122951.

HSL color Cylindrical-coordinate representation of color #C76D5D: hue angle of 9.06º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76D5D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19910993-
CMYK00.450.530.22
HSL9.06º48.62%57.25%-
HSV(B)9.06º53.27%78.04%-
XYZ3123.8713.33-
YUV134.09104.82174.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=49.63%
G=27.18%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991099300.450.530.229.0648.6257.25
HexC76D5D02D351693139
Octal3071551350556526116171
Binary11000111110110110111010101101110101101101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D5D; }

 p { color: rgb(199,109,93); }

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

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

 a { background-color: rgb(199,109,93); }

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

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

 span { border-color: rgb(199,109,93); }

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