#C5775F

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

Shades of Japonica #C5775F

Tints of Japonica #C5775F

Color information

#C5775F (or 0xC5775F) is unknown color: approx Japonica. HEX triplet: C5, 77 and 5F. RGB value is (197,119,95). Sum of RGB (Red+Green+Blue) = 197+119+95=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5775F is #3A88A0. Grayscale: #8B8B8B. Windows color (decimal): -3836065 or 6256581. OLE color: 6256581.

HSL color Cylindrical-coordinate representation of color #C5775F: hue angle of 14.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5775F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19711995-
CMYK00.400.520.23
HSL14.12º46.79%57.25%-
HSV(B)14.12º51.78%77.25%-
XYZ31.6925.8914.15-
YUV139.59102.84168.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=47.93%
G=28.95%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971199500.400.520.2314.1246.7957.25
HexC5775F0283417e2f39
Octal3051671370506427165771
Binary11000101111011110111110101000110100101111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5775F; }

 p { color: rgb(197,119,95); }

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

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

 a { background-color: rgb(197,119,95); }

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

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

 span { border-color: rgb(197,119,95); }

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