#C87865

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

Shades of Japonica #C87865

Tints of Japonica #C87865

Color information

#C87865 (or 0xC87865) is unknown color: approx Japonica. HEX triplet: C8, 78 and 65. RGB value is (200,120,101). Sum of RGB (Red+Green+Blue) = 200+120+101=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C87865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87865 is #37879A. Grayscale: #8D8D8D. Windows color (decimal): -3639195 or 6650056. OLE color: 6650056.

HSL color Cylindrical-coordinate representation of color #C87865: hue angle of 11.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87865 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200120101-
CMYK00.40.490.22
HSL11.52º47.37%59.02%-
HSV(B)11.52º49.5%78.43%-
XYZ32.8826.6515.72-
YUV141.75105169.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=47.51%
G=28.50%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012010100.40.490.2211.5247.3759.02
HexC878650283116c2f3b
Octal3101701450506126145773
Binary11001000111100011001010101000110001101101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87865; }

 p { color: rgb(200,120,101); }

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

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

 a { background-color: rgb(200,120,101); }

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

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

 span { border-color: rgb(200,120,101); }

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