#C77257

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

Shades of Japonica #C77257

Tints of Japonica #C77257

Color information

#C77257 (or 0xC77257) is unknown color: approx Japonica. HEX triplet: C7, 72 and 57. RGB value is (199,114,87). Sum of RGB (Red+Green+Blue) = 199+114+87=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C77257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77257 is #388DA8. Grayscale: #888888. Windows color (decimal): -3706281 or 5731015. OLE color: 5731015.

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

Color convert

RGB19911487-
CMYK00.430.560.22
HSL14.46º50%56.08%-
HSV(B)14.46º56.28%78.04%-
XYZ31.2924.8612.17-
YUV136.34100.16172.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=49.75%
G=28.5%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991148700.430.560.2214.465056.08
HexC7725702B3816e3238
Octal3071621270537026166270
Binary11000111111001010101110101011111000101101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77257; }

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

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

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

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

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

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

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

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