#C76F54

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

Shades of Japonica #C76F54

Tints of Japonica #C76F54

Color information

#C76F54 (or 0xC76F54) is unknown color: approx Japonica. HEX triplet: C7, 6F and 54. RGB value is (199,111,84). Sum of RGB (Red+Green+Blue) = 199+111+84=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F54 is #3890AB. Grayscale: #868686. Windows color (decimal): -3707052 or 5533639. OLE color: 5533639.

HSL color Cylindrical-coordinate representation of color #C76F54: hue angle of 14.09º 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 #C76F54 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19911184-
CMYK00.440.580.22
HSL14.09º50.66%55.49%-
HSV(B)14.09º57.79%78.04%-
XYZ30.8424.1511.42-
YUV134.2399.65174.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=50.51%
G=28.17%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991118400.440.580.2214.0950.6655.49
HexC76F5402C3A16e3337
Octal3071571240547226166367
Binary11000111110111110101000101100111010101101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F54; }

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

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

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

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

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

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

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

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