#C87354

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

Shades of Japonica #C87354

Tints of Japonica #C87354

Color information

#C87354 (or 0xC87354) is unknown color: approx Japonica. HEX triplet: C8, 73 and 54. RGB value is (200,115,84). Sum of RGB (Red+Green+Blue) = 200+115+84=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C87354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87354 is #378CAB. Grayscale: #898989. Windows color (decimal): -3640492 or 5534664. OLE color: 5534664.

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

Color convert

RGB20011584-
CMYK00.420.580.22
HSL16.03º51.33%55.69%-
HSV(B)16.03º58%78.43%-
XYZ31.5525.1811.59-
YUV136.8898.16173.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=50.13%
G=28.82%
B=21.05%

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
Decimal2001158400.420.580.2216.0351.3355.69
HexC8735402A3A16103338
Octal3101631240527226206370
Binary110010001110011101010001010101110101011010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87354; }

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

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

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

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

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

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

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

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