#C76B53

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

Shades of Japonica #C76B53

Tints of Japonica #C76B53

Color information

#C76B53 (or 0xC76B53) is unknown color: approx Japonica. HEX triplet: C7, 6B and 53. RGB value is (199,107,83). Sum of RGB (Red+Green+Blue) = 199+107+83=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B53 is #3894AC. Grayscale: #838383. Windows color (decimal): -3708077 or 5467079. OLE color: 5467079.

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

Color convert

RGB19910783-
CMYK00.460.580.22
HSL12.41º50.88%55.29%-
HSV(B)12.41º58.29%78.04%-
XYZ30.3723.2811.08-
YUV131.77100.48175.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=51.16%
G=27.51%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991078300.460.580.2212.4150.8855.29
HexC76B5302E3A16c3337
Octal3071531230567226146367
Binary11000111110101110100110101110111010101101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B53; }

 p { color: rgb(199,107,83); }

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

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

 a { background-color: rgb(199,107,83); }

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

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

 span { border-color: rgb(199,107,83); }

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