#C0795B

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

Shades of Japonica #C0795B

Tints of Japonica #C0795B

Color information

#C0795B (or 0xC0795B) is unknown color: approx Japonica. HEX triplet: C0, 79 and 5B. RGB value is (192,121,91). Sum of RGB (Red+Green+Blue) = 192+121+91=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0795B is #3F86A4. Grayscale: #8B8B8B. Windows color (decimal): -4163237 or 5994944. OLE color: 5994944.

HSL color Cylindrical-coordinate representation of color #C0795B: hue angle of 17.82º 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 #C0795B is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19212191-
CMYK00.370.530.25
HSL17.82º44.49%55.49%-
HSV(B)17.82º52.6%75.29%-
XYZ30.4625.6413.24-
YUV138.81101.02165.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=47.52%
G=29.95%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921219100.370.530.2517.8244.4955.49
HexC0795B0253519122c37
Octal3001711330456531225467
Binary110000001111001101101101001011101011100110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0795B; }

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

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

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

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

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

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

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

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