#C87057

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

Shades of Japonica #C87057

Tints of Japonica #C87057

Color information

#C87057 (or 0xC87057) is unknown color: approx Japonica. HEX triplet: C8, 70 and 57. RGB value is (200,112,87). Sum of RGB (Red+Green+Blue) = 200+112+87=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C87057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87057 is #378FA8. Grayscale: #878787. Windows color (decimal): -3641257 or 5730504. OLE color: 5730504.

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

Color convert

RGB20011287-
CMYK00.440.560.22
HSL13.27º50.67%56.27%-
HSV(B)13.27º56.5%78.43%-
XYZ31.3324.5612.11-
YUV135.46100.65174.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=50.13%
G=28.07%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001128700.440.560.2213.2750.6756.27
HexC8705702C3816d3338
Octal3101601270547026156370
Binary11001000111000010101110101100111000101101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87057; }

 p { color: rgb(200,112,87); }

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

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

 a { background-color: rgb(200,112,87); }

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

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

 span { border-color: rgb(200,112,87); }

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