#C87055

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

Shades of Japonica #C87055

Tints of Japonica #C87055

Color information

#C87055 (or 0xC87055) is unknown color: approx Japonica. HEX triplet: C8, 70 and 55. RGB value is (200,112,85). Sum of RGB (Red+Green+Blue) = 200+112+85=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87055 is #378FAA. Grayscale: #878787. Windows color (decimal): -3641259 or 5599432. OLE color: 5599432.

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

Color convert

RGB20011285-
CMYK00.440.580.22
HSL14.09º51.11%55.88%-
HSV(B)14.09º57.5%78.43%-
XYZ31.2524.5211.68-
YUV135.2399.65174.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=50.38%
G=28.21%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001128500.440.580.2214.0951.1155.88
HexC8705502C3A16e3338
Octal3101601250547226166370
Binary11001000111000010101010101100111010101101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87055; }

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

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

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

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

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

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

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

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