#C0775B

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

Shades of Japonica #C0775B

Tints of Japonica #C0775B

Color information

#C0775B (or 0xC0775B) is unknown color: approx Japonica. HEX triplet: C0, 77 and 5B. RGB value is (192,119,91). Sum of RGB (Red+Green+Blue) = 192+119+91=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0775B is #3F88A4. Grayscale: #898989. Windows color (decimal): -4163749 or 5994432. OLE color: 5994432.

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

Color convert

RGB19211991-
CMYK00.380.530.25
HSL16.63º44.49%55.49%-
HSV(B)16.63º52.6%75.29%-
XYZ30.2225.1613.16-
YUV137.64101.68166.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=47.76%
G=29.60%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921199100.380.530.2516.6344.4955.49
HexC0775B0263519112c37
Octal3001671330466531215467
Binary110000001110111101101101001101101011100110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0775B; }

 p { color: rgb(192,119,91); }

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

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

 a { background-color: rgb(192,119,91); }

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

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

 span { border-color: rgb(192,119,91); }

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