#C77461

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

Shades of Japonica #C77461

Tints of Japonica #C77461

Color information

#C77461 (or 0xC77461) is unknown color: approx Japonica. HEX triplet: C7, 74 and 61. RGB value is (199,116,97). Sum of RGB (Red+Green+Blue) = 199+116+97=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C77461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77461 is #388B9E. Grayscale: #8A8A8A. Windows color (decimal): -3705759 or 6386887. OLE color: 6386887.

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

Color convert

RGB19911697-
CMYK00.420.510.22
HSL11.18º47.66%58.04%-
HSV(B)11.18º51.26%78.04%-
XYZ31.9625.514.55-
YUV138.65104.5171.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=48.30%
G=28.16%
B=23.54%

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
Decimal1991169700.420.510.2211.1847.6658.04
HexC7746102A3316b303a
Octal3071641410526326136072
Binary11000111111010011000010101010110011101101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77461; }

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

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

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

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

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

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

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

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