#C1775F

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

Shades of Japonica #C1775F

Tints of Japonica #C1775F

Color information

#C1775F (or 0xC1775F) is unknown color: approx Japonica. HEX triplet: C1, 77 and 5F. RGB value is (193,119,95). Sum of RGB (Red+Green+Blue) = 193+119+95=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775F is #3E88A0. Grayscale: #8A8A8A. Windows color (decimal): -4098209 or 6256577. OLE color: 6256577.

HSL color Cylindrical-coordinate representation of color #C1775F: hue angle of 14.69º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1775F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19311995-
CMYK00.380.510.24
HSL14.69º44.14%56.47%-
HSV(B)14.69º50.78%75.69%-
XYZ30.6525.3614.11-
YUV138.39103.52166.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=47.42%
G=29.24%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931199500.380.510.2414.6944.1456.47
HexC1775F0263318f2c38
Octal3011671370466330175470
Binary11000001111011110111110100110110011110001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1775F; }

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

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

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

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

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

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

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

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