#C77361

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

Shades of Japonica #C77361

Tints of Japonica #C77361

Color information

#C77361 (or 0xC77361) is unknown color: approx Japonica. HEX triplet: C7, 73 and 61. RGB value is (199,115,97). Sum of RGB (Red+Green+Blue) = 199+115+97=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C77361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77361 is #388C9E. Grayscale: #8A8A8A. Windows color (decimal): -3706015 or 6386631. OLE color: 6386631.

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

Color convert

RGB19911597-
CMYK00.420.510.22
HSL10.59º47.66%58.04%-
HSV(B)10.59º51.26%78.04%-
XYZ31.8425.2714.51-
YUV138.06104.83171.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=48.42%
G=27.98%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991159700.420.510.2210.5947.6658.04
HexC7736102A3316b303a
Octal3071631410526326136072
Binary11000111111001111000010101010110011101101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77361; }

 p { color: rgb(199,115,97); }

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

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

 a { background-color: rgb(199,115,97); }

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

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

 span { border-color: rgb(199,115,97); }

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