#C87355

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

Shades of Japonica #C87355

Tints of Japonica #C87355

Color information

#C87355 (or 0xC87355) is unknown color: approx Japonica. HEX triplet: C8, 73 and 55. RGB value is (200,115,85). Sum of RGB (Red+Green+Blue) = 200+115+85=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87355 is #378CAA. Grayscale: #898989. Windows color (decimal): -3640491 or 5600200. OLE color: 5600200.

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

Color convert

RGB20011585-
CMYK00.420.580.22
HSL15.65º51.11%55.88%-
HSV(B)15.65º57.5%78.43%-
XYZ31.5925.211.79-
YUV13798.66172.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=50%
G=28.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001158500.420.580.2215.6551.1155.88
HexC8735502A3A16103338
Octal3101631250527226206370
Binary110010001110011101010101010101110101011010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87355; }

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

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

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

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

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

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

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

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