#C87360

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

Shades of Japonica #C87360

Tints of Japonica #C87360

Color information

#C87360 (or 0xC87360) is unknown color: approx Japonica. HEX triplet: C8, 73 and 60. RGB value is (200,115,96). Sum of RGB (Red+Green+Blue) = 200+115+96=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C87360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87360 is #378C9F. Grayscale: #8A8A8A. Windows color (decimal): -3640480 or 6321096. OLE color: 6321096.

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

Color convert

RGB20011596-
CMYK00.420.520.22
HSL10.96º48.6%58.04%-
HSV(B)10.96º52%78.43%-
XYZ32.0625.3914.28-
YUV138.25104.16172.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=48.66%
G=27.98%
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
Decimal2001159600.420.520.2210.9648.658.04
HexC8736002A3416b313a
Octal3101631400526426136172
Binary11001000111001111000000101010110100101101011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87360; }

 p { color: rgb(200,115,96); }

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

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

 a { background-color: rgb(200,115,96); }

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

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

 span { border-color: rgb(200,115,96); }

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