#C87C55

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

Shades of Japonica #C87C55

Tints of Japonica #C87C55

Color information

#C87C55 (or 0xC87C55) is unknown color: approx Japonica. HEX triplet: C8, 7C and 55. RGB value is (200,124,85). Sum of RGB (Red+Green+Blue) = 200+124+85=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C55 is #3783AA. Grayscale: #8E8E8E. Windows color (decimal): -3638187 or 5602504. OLE color: 5602504.

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

Color convert

RGB20012485-
CMYK00.380.580.22
HSL20.35º51.11%55.88%-
HSV(B)20.35º57.5%78.43%-
XYZ32.6727.3512.15-
YUV142.2895.68169.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=48.90%
G=30.32%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001248500.380.580.2220.3551.1155.88
HexC87C550263A16143338
Octal3101741250467226246370
Binary110010001111100101010101001101110101011010100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87C55; }

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

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

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

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

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

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

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

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