#C07860

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

Shades of Japonica #C07860

Tints of Japonica #C07860

Color information

#C07860 (or 0xC07860) is unknown color: approx Japonica. HEX triplet: C0, 78 and 60. RGB value is (192,120,96). Sum of RGB (Red+Green+Blue) = 192+120+96=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C07860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07860 is #3F879F. Grayscale: #8A8A8A. Windows color (decimal): -4163488 or 6322368. OLE color: 6322368.

HSL color Cylindrical-coordinate representation of color #C07860: hue angle of 15º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07860 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19212096-
CMYK00.380.500.25
HSL15º43.24%56.47%-
HSV(B)15º50%75.29%-
XYZ30.5725.4814.37-
YUV138.79103.85165.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921209600.380.500.251543.2456.47
HexC078600263219f2b38
Octal3001701400466231175370
Binary11000000111100011000000100110110010110011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07860; }

 p { color: rgb(192,120,96); }

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

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

 a { background-color: rgb(192,120,96); }

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

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

 span { border-color: rgb(192,120,96); }

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