#C76E54

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

Shades of Japonica #C76E54

Tints of Japonica #C76E54

Color information

#C76E54 (or 0xC76E54) is unknown color: approx Japonica. HEX triplet: C7, 6E and 54. RGB value is (199,110,84). Sum of RGB (Red+Green+Blue) = 199+110+84=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E54 is #3891AB. Grayscale: #858585. Windows color (decimal): -3707308 or 5533383. OLE color: 5533383.

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

Color convert

RGB19911084-
CMYK00.450.580.22
HSL13.57º50.66%55.49%-
HSV(B)13.57º57.79%78.04%-
XYZ30.7323.9311.39-
YUV133.6599.99174.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=50.64%
G=27.99%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991108400.450.580.2213.5750.6655.49
HexC76E5402D3A16e3337
Octal3071561240557226166367
Binary11000111110111010101000101101111010101101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E54; }

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

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

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

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

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

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

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

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