#C76E5F

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

Shades of Japonica #C76E5F

Tints of Japonica #C76E5F

Color information

#C76E5F (or 0xC76E5F) is unknown color: approx Japonica. HEX triplet: C7, 6E and 5F. RGB value is (199,110,95). Sum of RGB (Red+Green+Blue) = 199+110+95=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E5F is #3891A0. Grayscale: #878787. Windows color (decimal): -3707297 or 6254279. OLE color: 6254279.

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

Color convert

RGB19911095-
CMYK00.450.520.22
HSL8.65º48.15%57.65%-
HSV(B)8.65º52.26%78.04%-
XYZ31.1924.1213.84-
YUV134.9105.49173.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=49.26%
G=27.23%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991109500.450.520.228.6548.1557.65
HexC76E5F02D34169303a
Octal3071561370556426116072
Binary11000111110111010111110101101110100101101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E5F; }

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

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

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

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

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

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

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

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