#C87858

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

Shades of Japonica #C87858

Tints of Japonica #C87858

Color information

#C87858 (or 0xC87858) is unknown color: approx Japonica. HEX triplet: C8, 78 and 58. RGB value is (200,120,88). Sum of RGB (Red+Green+Blue) = 200+120+88=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C87858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87858 is #3787A7. Grayscale: #8C8C8C. Windows color (decimal): -3639208 or 5798088. OLE color: 5798088.

HSL color Cylindrical-coordinate representation of color #C87858: hue angle of 17.14º degrees, saturation: 0.5, 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 #C87858 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB20012088-
CMYK00.40.560.22
HSL17.14º50.45%56.47%-
HSV(B)17.14º56%78.43%-
XYZ32.326.4212.63-
YUV140.2798.5170.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=49.02%
G=29.41%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001208800.40.560.2217.1450.4556.47
HexC878580283816113238
Octal3101701300507026216270
Binary110010001111000101100001010001110001011010001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87858; }

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

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

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

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

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

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

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

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