#C87A5E

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

Shades of Japonica #C87A5E

Tints of Japonica #C87A5E

Color information

#C87A5E (or 0xC87A5E) is unknown color: approx Japonica. HEX triplet: C8, 7A and 5E. RGB value is (200,122,94). Sum of RGB (Red+Green+Blue) = 200+122+94=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A5E is #3785A1. Grayscale: #8E8E8E. Windows color (decimal): -3638690 or 6191816. OLE color: 6191816.

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

Color convert

RGB20012294-
CMYK00.390.530.22
HSL15.85º49.07%57.65%-
HSV(B)15.85º53%78.43%-
XYZ32.827.0114.07-
YUV142.13100.84169.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=48.08%
G=29.33%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001229400.390.530.2215.8549.0757.65
HexC87A5E027351610313a
Octal3101721360476526206172
Binary110010001111010101111001001111101011011010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A5E; }

 p { color: rgb(200,122,94); }

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

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

 a { background-color: rgb(200,122,94); }

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

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

 span { border-color: rgb(200,122,94); }

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