#C37460

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

Shades of Japonica #C37460

Tints of Japonica #C37460

Color information

#C37460 (or 0xC37460) is unknown color: approx Japonica. HEX triplet: C3, 74 and 60. RGB value is (195,116,96). Sum of RGB (Red+Green+Blue) = 195+116+96=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C37460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37460 is #3C8B9F. Grayscale: #898989. Windows color (decimal): -3967904 or 6321347. OLE color: 6321347.

HSL color Cylindrical-coordinate representation of color #C37460: hue angle of 12.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37460 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19511696-
CMYK00.410.510.24
HSL12.12º45.21%57.06%-
HSV(B)12.12º50.77%76.47%-
XYZ30.8624.9414.25-
YUV137.34104.67169.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=47.91%
G=28.50%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951169600.410.510.2412.1245.2157.06
HexC374600293318c2d39
Octal3031641400516330145571
Binary11000011111010011000000101001110011110001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37460; }

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

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

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

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

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

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

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

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