#C87862

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

Shades of Japonica #C87862

Tints of Japonica #C87862

Color information

#C87862 (or 0xC87862) is unknown color: approx Japonica. HEX triplet: C8, 78 and 62. RGB value is (200,120,98). Sum of RGB (Red+Green+Blue) = 200+120+98=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87862 is #37879D. Grayscale: #8D8D8D. Windows color (decimal): -3639198 or 6453448. OLE color: 6453448.

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

Color convert

RGB20012098-
CMYK00.40.510.22
HSL12.94º48.11%58.43%-
HSV(B)12.94º51%78.43%-
XYZ32.7426.5914.96-
YUV141.41103.5169.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 98 (38.67% from 255) = 23.44%
R=47.85%
G=28.71%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001209800.40.510.2212.9448.1158.43
HexC878620283316d303a
Octal3101701420506326156072
Binary11001000111100011000100101000110011101101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87862; }

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

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

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

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

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

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

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

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