#C77460

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

Shades of Japonica #C77460

Tints of Japonica #C77460

Color information

#C77460 (or 0xC77460) is unknown color: approx Japonica. HEX triplet: C7, 74 and 60. RGB value is (199,116,96). Sum of RGB (Red+Green+Blue) = 199+116+96=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C77460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77460 is #388B9F. Grayscale: #8A8A8A. Windows color (decimal): -3705760 or 6321351. OLE color: 6321351.

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

Color convert

RGB19911696-
CMYK00.420.520.22
HSL11.65º47.91%57.84%-
HSV(B)11.65º51.76%78.04%-
XYZ31.9125.4814.3-
YUV138.54104171.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=48.42%
G=28.22%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991169600.420.520.2211.6547.9157.84
HexC7746002A3416c303a
Octal3071641400526426146072
Binary11000111111010011000000101010110100101101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77460; }

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

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

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

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

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

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

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

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