#C87454

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

Shades of Japonica #C87454

Tints of Japonica #C87454

Color information

#C87454 (or 0xC87454) is unknown color: approx Japonica. HEX triplet: C8, 74 and 54. RGB value is (200,116,84). Sum of RGB (Red+Green+Blue) = 200+116+84=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87454 is #378BAB. Grayscale: #898989. Windows color (decimal): -3640236 or 5534920. OLE color: 5534920.

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

Color convert

RGB20011684-
CMYK00.420.580.22
HSL16.55º51.33%55.69%-
HSV(B)16.55º58%78.43%-
XYZ31.6725.4111.62-
YUV137.4797.83172.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 84 (33.20% from 255) = 21%
R=50%
G=29%
B=21%

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
Decimal2001168400.420.580.2216.5551.3355.69
HexC8745402A3A16113338
Octal3101641240527226216370
Binary110010001110100101010001010101110101011010001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87454; }

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

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

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

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

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

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

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

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