#C77354

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

Shades of Japonica #C77354

Tints of Japonica #C77354

Color information

#C77354 (or 0xC77354) is unknown color: approx Japonica. HEX triplet: C7, 73 and 54. RGB value is (199,115,84). Sum of RGB (Red+Green+Blue) = 199+115+84=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C77354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77354 is #388CAB. Grayscale: #888888. Windows color (decimal): -3706028 or 5534663. OLE color: 5534663.

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

Color convert

RGB19911584-
CMYK00.420.580.22
HSL16.17º50.66%55.49%-
HSV(B)16.17º57.79%78.04%-
XYZ31.2825.0411.57-
YUV136.5898.33172.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=50%
G=28.89%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991158400.420.580.2216.1750.6655.49
HexC7735402A3A16103337
Octal3071631240527226206367
Binary110001111110011101010001010101110101011010000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77354; }

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

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

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

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

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

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

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

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