#C76E58

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

Shades of Japonica #C76E58

Tints of Japonica #C76E58

Color information

#C76E58 (or 0xC76E58) is unknown color: approx Japonica. HEX triplet: C7, 6E and 58. RGB value is (199,110,88). Sum of RGB (Red+Green+Blue) = 199+110+88=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E58 is #3891A7. Grayscale: #868686. Windows color (decimal): -3707304 or 5795527. OLE color: 5795527.

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

Color convert

RGB19911088-
CMYK00.450.560.22
HSL11.89º49.78%56.27%-
HSV(B)11.89º55.78%78.04%-
XYZ30.892412.24-
YUV134.1101.99174.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=50.13%
G=27.71%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991108800.450.560.2211.8949.7856.27
HexC76E5802D3816c3238
Octal3071561300557026146270
Binary11000111110111010110000101101111000101101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E58; }

 p { color: rgb(199,110,88); }

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

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

 a { background-color: rgb(199,110,88); }

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

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

 span { border-color: rgb(199,110,88); }

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