#C1775A

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

Shades of Japonica #C1775A

Tints of Japonica #C1775A

Color information

#C1775A (or 0xC1775A) is unknown color: approx Japonica. HEX triplet: C1, 77 and 5A. RGB value is (193,119,90). Sum of RGB (Red+Green+Blue) = 193+119+90=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775A is #3E88A5. Grayscale: #8A8A8A. Windows color (decimal): -4098214 or 5928897. OLE color: 5928897.

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

Color convert

RGB19311990-
CMYK00.380.530.24
HSL16.89º45.37%55.49%-
HSV(B)16.89º53.37%75.69%-
XYZ30.4325.2712.95-
YUV137.82101.02167.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=48.01%
G=29.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931199000.380.530.2416.8945.3755.49
HexC1775A0263518112d37
Octal3011671320466530215567
Binary110000011110111101101001001101101011100010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1775A; }

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

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

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

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

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

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

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

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