#c77357

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

Shades of Japonica #C77357

Tints of Japonica #C77357

Color information

#C77357 (or 0xC77357) is unknown color: approx Japonica. HEX triplet: C7, 73 and 57. RGB value is (199,115,87). Sum of RGB (Red+Green+Blue) = 199+115+87=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C77357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77357 is #388CA8. Grayscale: #898989. Windows color (decimal): -3706025 or 5731271. OLE color: 5731271.

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

Color convert

RGB19911587-
CMYK00.420.560.22
HSL15º50%56.08%-
HSV(B)15º56.28%78.04%-
XYZ31.425.0912.2-
YUV136.9299.83172.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=49.63%
G=28.68%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991158700.420.560.22155056.08
HexC7735702A3816f3238
Octal3071631270527026176270
Binary11000111111001110101110101010111000101101111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c77357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c77357; }

 p { color: rgb(199,115,87); }

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

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

 a { background-color: rgb(199,115,87); }

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

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

 span { border-color: rgb(199,115,87); }

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