#C76B54

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

Shades of Japonica #C76B54

Tints of Japonica #C76B54

Color information

#C76B54 (or 0xC76B54) is unknown color: approx Japonica. HEX triplet: C7, 6B and 54. RGB value is (199,107,84). Sum of RGB (Red+Green+Blue) = 199+107+84=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B54 is #3894AB. Grayscale: #848484. Windows color (decimal): -3708076 or 5532615. OLE color: 5532615.

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

Color convert

RGB19910784-
CMYK00.460.580.22
HSL12º50.66%55.49%-
HSV(B)12º57.79%78.04%-
XYZ30.4123.311.28-
YUV131.89100.98175.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=51.03%
G=27.44%
B=21.54%

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
Decimal1991078400.460.580.221250.6655.49
HexC76B5402E3A16c3337
Octal3071531240567226146367
Binary11000111110101110101000101110111010101101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B54; }

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

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

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

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

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

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

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

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